Skip to content

Instantly share code, notes, and snippets.

@ernest-ns
Created June 10, 2015 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ernest-ns/8225f939b9e5ad0eea57 to your computer and use it in GitHub Desktop.
Save ernest-ns/8225f939b9e5ad0eea57 to your computer and use it in GitHub Desktop.
PSQL COMMANDS
\l - to list all the databases
\connect <dbname> - connect to the db
\dt - list all the tables in the current DB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment