Last active
April 1, 2019 04:04
-
-
Save helloravi/09beebba8b9ada34acc83ded83db91e2 to your computer and use it in GitHub Desktop.
Postgresql Mac
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
Open console `psql postgres` | |
Close console. | |
List users \du | |
List databases \l | |
\list: lists all the databases in Postgres | |
\connect: connect to a specific database | |
\dt: list the tables in the currently connected database | |
https://www.codementor.io/engineerapart/getting-started-with-postgresql-on-mac-osx-are8jcopb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment