Postgresql数据库基础操作

Linux连接方式

su - postgre
psql postgres
select * from t_test
原文地址:https://www.cnblogs.com/gongxr/p/12206063.html