Postgresql: Difference between revisions
Jump to navigation
Jump to search
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>" |
(No difference)
|
Latest revision as of 14:25, 15 March 2016
psql --username=clinica --dbname=clinica
\dt # to show all tables \d my_table # to show details about my_table