We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc320b commit 0a75329Copy full SHA for 0a75329
docs/supported-services/postgres.md
@@ -362,7 +362,19 @@ CREATE ROLE bar;
362
363
364
365
-Listen address
+A comma-separated list of TCP/IP address(es) on which the server should listen for connections\.
366
+
367
+By default, the server only accepts connections over unix sockets\.
368
369
+This option is parsed to set the ` PGHOST ` environment variable\.
370
371
+Special values:
372
373
+ - '\*' to listen on all available network interfaces\.
374
+ - '0\.0\.0\.0' to listen on all available IPv4 network interfaces\.
375
+ - '::' to listen on all available IPv6 network interfaces\.
376
+ - 'localhost' to listen only on the loopback interface\.
377
+ - '' (empty string) disables TCP/IP connections and listens only on the unix socket\.
378
379
380
0 commit comments