-
-
Save nini/9e02a0b6adf1691e38c7 to your computer and use it in GitHub Desktop.
Postgres
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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