Skip to content

Instantly share code, notes, and snippets.

@MatthewRDodds
Last active August 29, 2015 14:20
Show Gist options
  • Save MatthewRDodds/316e0c34994bc76e07d2 to your computer and use it in GitHub Desktop.
Save MatthewRDodds/316e0c34994bc76e07d2 to your computer and use it in GitHub Desktop.
Helpful Postgres Commands Cheat Sheet

Helpful Psql Commands Cheat Sheet

Compiling a list of helpful postgres commands as I use them

See schemas with permissions

\dn+

See tables [or table]

\d [TABLE_NAME]

See tables [or table] with privileges

\dp [TABLE_NAME]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment