Skip to content

Instantly share code, notes, and snippets.

@adarshaacharya
Created January 15, 2023 17:11
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 adarshaacharya/b7ca047961e0d5a9f93b3b059e30949d to your computer and use it in GitHub Desktop.
Save adarshaacharya/b7ca047961e0d5a9f93b3b059e30949d to your computer and use it in GitHub Desktop.
Postgres Commands
- View all tables
`\l`
- Switch to particular db
`\c jpa;`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment