Skip to content

Instantly share code, notes, and snippets.

@g-ilham
Last active December 14, 2015 09:52
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 g-ilham/cac03e0362bdd9c485b2 to your computer and use it in GitHub Desktop.
Save g-ilham/cac03e0362bdd9c485b2 to your computer and use it in GitHub Desktop.
postgres cheatsheet

log in on psql console: sudo -u postgres psql postgres

\q- quit ini console

\l - databases

\c mydb - use this db

\dt - tables \d my mytable - show columns in mytable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment