Skip to content

Instantly share code, notes, and snippets.

@michaeltwofish
Created June 4, 2010 04:13
Show Gist options
  • Save michaeltwofish/424937 to your computer and use it in GitHub Desktop.
Save michaeltwofish/424937 to your computer and use it in GitHub Desktop.
postgres=# \l
List of databases
Name | Owner | Encoding | Collation | Ctype | Access privileges
-----------+----------+-----------+-----------+-------+-----------------------
habari | habari | SQL_ASCII | C | C | =Tc/habari
: habari=CTc/habari
postgres | postgres | SQL_ASCII | C | C |
template0 | postgres | SQL_ASCII | C | C | =c/postgres
: postgres=CTc/postgres
template1 | postgres | SQL_ASCII | C | C | =c/postgres
: postgres=CTc/postgres
(4 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment