Postgresql

From Wiki
Revision as of 14:25, 15 March 2016 by Scott (talk | contribs) (Created page with "{{lowercase title}} <pre> psql --username=clinica --dbname=clinica </pre> <pre> \dt # to show all tables \d my_table # to show details about my_table </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

psql --username=clinica --dbname=clinica
\dt             # to show all tables
\d my_table     # to show details about my_table