Ubuntu/postgres

From r00tedvw.com wiki
Jump to: navigation, search

Contents

 [hide

Login as root

~$ sudo su - postgres
~$ psql
postgres=#

List databases

List all DBs

postgres=# \list -OR- \l

List all tables in current DB

postgres=# \dt 

Connect to DB

postgres=# \connect <database name>
Personal tools
Namespaces

Variants
Actions
Navigation
Mediawiki