-
Notifications
You must be signed in to change notification settings - Fork 39
Useful PosgreSQL Commands #4
Copy link
Copy link
Open
Labels
enhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityhelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!
Description
Please add commands which you have found useful...
using psql (the Postgres shell)
Create a new Database:
CREATE DATABASE dbname;To connect to ("use") a specific database
\c dbnamehttp://stackoverflow.com/questions/10335561/use-database-name-command-in-postgresql
Show (list of) Tables (for a given database):
\dthttp://stackoverflow.com/questions/769683/show-tables-in-postgresql
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityhelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!