Skip to content

Instantly share code, notes, and snippets.

@nini
Last active August 29, 2015 14:23
Show Gist options
  • Save nini/9e02a0b6adf1691e38c7 to your computer and use it in GitHub Desktop.
Save nini/9e02a0b6adf1691e38c7 to your computer and use it in GitHub Desktop.
Postgres
# use db
\c dbname
# describe table
\d+ tablename
# display history
\s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment