天天看點

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=# 
           

繼續閱讀