\l 的使用

Posted on 2012-12-20 16:24  JasmineLiu  阅读(3027)  评论(0编辑  收藏  举报

ostgres=# \l
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
china | postgres | EUC_CN | zh_CN.euccn | zh_CN.euccn |
korean | postgres | EUC_KR | ko_KR.euckr | ko_KR.euckr |
postgres | postgres | UTF8 | zh_CN.utf8 | zh_CN.utf8 |
template0 | postgres | UTF8 | zh_CN.utf8 | zh_CN.utf8 | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | UTF8 | zh_CN.utf8 | zh_CN.utf8 | =c/postgres +
| | | | | postgres=CTc/postgres
(5 rows)

Copyright © 2024 JasmineLiu
Powered by .NET 9.0 on Kubernetes