天天看点

PG Cluster 用非5432端口时的登录方式

[[email protected] ~]$ psql -p5532
psql: FATAL:  database "pg102" does not exist
[[email protected] ~]$ psql -p5532 -d postgres
psql (10.2)
Type "help" for help.

postgres=# \q
[[email protected] ~]$ psql -p 5532 -d postgres -U pg102
psql (10.2)
Type "help" for help.

postgres=# 
           

继续阅读