跳转至

概述

psql

psql is the PostgreSQL interactive terminal

# psql [OPTION]... [DBNAME [USERNAME]]

# 登录连接数据库
psql -h127.0.0.1 -Upostgres -p5432 -dwordpress