wynemo
11/3/2016 - 10:29 AM

postgres learning.txt

https://www.postgresql.org/docs/current/static/app-psql.html

\d+ tablename
\list or \l: list all databases
\dt: list all tables in the current database
\connect database_name