schema 相关:
1 显示所用schema \dnS
2 显示当前schema show search_path
3 切换当前schema set search_path TO xxx
postgresql 常用命令
template1=# \l 查看系统中现存的数据库
template1=# \q 退出客户端程序psql
template1=# \c 从一个数据库中转到另一个数据库中,如template1=# \c sales 从template1转到sales
template1=# \dt 查看表
template1=# \d 查看表结构
template1=# \di 查看索引