概述¶ psql¶ psql is the PostgreSQL interactive terminal # psql [OPTION]... [DBNAME [USERNAME]] # 登录连接数据库 psql -h127.0.0.1 -Upostgres -p5432 -dwordpress 这个页面有帮助吗? 感谢你的反馈! 感谢你的反馈!请帮助我们改进这个页面。