Created
May 13, 2020 20:27
-
-
Save KenwoodFox/4ee8407bb41e49f6f1c4f6a87ffc32ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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