我将 Postgres 的端口更改为,2345
并且我的套接字位于:
/tmp/.s.PGSQL.2345
如果我运行,psql
我会收到此错误:
psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such file or directory
如何传递套接字路径?
我将 Postgres 的端口更改为,2345
并且我的套接字位于:
/tmp/.s.PGSQL.2345
如果我运行,psql
我会收到此错误:
psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such file or directory
如何传递套接字路径?
您需要使用
-p
选项