Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created March 20, 2013 04:15
Show Gist options
  • Save groovecoder/5202270 to your computer and use it in GitHub Desktop.
Save groovecoder/5202270 to your computer and use it in GitHub Desktop.
template1=# \l
List of databases
Name | Owner | Encoding | Collation | Ctype | Access privileges
-----------+---------+----------+-------------+-------------+---------------------
postgres | lcrouch | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
template0 | lcrouch | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/lcrouch +
| | | | | lcrouch=CTc/lcrouch
template1 | lcrouch | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/lcrouch +
| | | | | lcrouch=CTc/lcrouch
(3 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment