非互換
FUJITSU Enterprise Postgres 14では、psqlの\connectコマンドで接続文字列を指定する場合、ユーザ、ホスト、ポートが指定できないように変更します。
\connectの接続文字列に、ユーザ/ホスト/ポート情報は指定できます。
[例]
=# \connect "host=localhost port=27500 dbname=postgres" 12345 You are now connected to database "postgres" as user "postgres" on host "localhost" (address "::1") at port "27500".
\connectの接続文字列に、ユーザ/ホスト/ポート情報は指定できません。
[例]
=# \connect "host=localhost port=27500 dbname=postgres" 12345 Do not give user, host, or port separately when using a connection string
対処方法
ありません。