ページの先頭行へ戻る
Enterprise Postgres 17 リリース情報

2.2.183 psqlの\connectコマンドの動作の変更

非互換

FUJITSU Enterprise Postgres 14では、psqlの\connectコマンドで接続文字列を指定する場合、ユーザ、ホスト、ポートが指定できないように変更します。

FUJITSU Enterprise Postgres 13 SP1以前の場合

\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".
FUJITSU Enterprise Postgres 14の場合

\connectの接続文字列に、ユーザ/ホスト/ポート情報は指定できません。

[例]

=# \connect "host=localhost port=27500 dbname=postgres" 12345
Do not give user, host, or port separately when using a connection string

対処方法

ありません。