linux postgre常用命令

su - postgres

psql

l  --显示数据库

c 数据库名,如 c userdb

q 退出

原文地址:https://www.cnblogs.com/xiaoliu66007/p/12532052.html