Skip to content

Commit fb2cb01

Browse files
github-actions[bot]sandydoo
authored andcommitted
Auto generate docs and examples
1 parent 165b698 commit fb2cb01

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/supported-services/postgres.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,19 @@ CREATE ROLE bar;
362362

363363

364364

365-
Listen address
365+
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\.
366378

367379

368380

0 commit comments

Comments
 (0)