タイプ: | integer |
デフォルト: | 5432 |
分: | 1 |
最大: | 65535 |
コンテキスト: | postmaster |
再起動: | true |
サーバが監視するTCPポートで、デフォルトは 5432です。 サーバが監視する全てのIPアドレスに対し、同じポート番号が使用されることを覚えておいてください。 このパラメータはサーバ起動時のみ設定可能です。
推奨事項 [EN]
Alternate ports are primarily useful for running several versions, or instances, of PostgreSQL on one machine. However, if you're using an alternate port to support several versions, it's often better to compile in the port number.
On StackOverflow
On pgsql-hackers
- pg_createsubscriber TAP test wrapping makes command options hard to read.
- Re: Adding a '--clean-publisher-objects' option to 'pg_createsubscriber' utility.
- ssl tests fail due to TCP port conflict
- Memory leak in WAL sender with pgoutput (v10~)
- Fix PQport to never return NULL if the connection is valid