Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KenwoodFox/4ee8407bb41e49f6f1c4f6a87ffc32ec to your computer and use it in GitHub Desktop.
Save KenwoodFox/4ee8407bb41e49f6f1c4f6a87ffc32ec to your computer and use it in GitHub Desktop.
$ psql -l
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+-----------+---------+-------+-----------------------
bacula | bacula | SQL_ASCII | C | C |
postgres | postgres | UTF8 | C | C |
template0 | postgres | UTF8 | C | C | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | UTF8 | 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