-
Notifications
You must be signed in to change notification settings - Fork 24
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 dbname
http://stackoverflow.com/questions/10335561/use-database-name-command-in-postgresql
Show (list of) Tables (for a given database):
\dt
http://stackoverflow.com/questions/769683/show-tables-in-postgresql
asntcasntcasntcasntcasntc
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!