diff options
author | Tom Lane | 2004-03-23 01:23:48 +0000 |
---|---|---|
committer | Tom Lane | 2004-03-23 01:23:48 +0000 |
commit | 2e45c143ef5963aa0f705350a017404c9b107f27 (patch) | |
tree | 7f3a3a56615529c3e83e595e68e27ea575740b9c /doc/FAQ_QNX4 | |
parent | 0d88dd1e50a9b0fc907936627baec70e0dcf63f0 (diff) |
Replace the virtual_host and tcpip_socket parameters with a unified
listen_addresses parameter, as per recent discussion. The default behavior
is now to listen on localhost, which eliminates the need for the -i
postmaster switch in many scenarios.
Andrew Dunstan
Diffstat (limited to 'doc/FAQ_QNX4')
-rw-r--r-- | doc/FAQ_QNX4 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/FAQ_QNX4 b/doc/FAQ_QNX4 index 19ad033d5b7..a7eb083e993 100644 --- a/doc/FAQ_QNX4 +++ b/doc/FAQ_QNX4 @@ -1,6 +1,6 @@ PostgreSQL on QNX 4 -------------------- -last updated: $Date: 2002/07/09 04:47:07 $ +last updated: $Date: 2004/03/23 01:23:47 $ current maintainer: Bernd Tegge ([email protected]) original author: Andreas Kardos ([email protected]) @@ -23,10 +23,9 @@ functionality cannot be used. Shared library support could probably be implemented in future. QNX 4 does not support UNIX domain sockets. Clients must use TCP/IP -sockets. Therefore you either have to set "tcpip_socket = true" in -your postgresql.conf or to start postmaster with the -i option. -Furthermore it's advisable to set to set the PGHOST or SOCK environment -variable for postmaster in an environment using native QNX networking. +sockets. Therefore, do not set "listen_addresses" to empty in your +postgresql.conf file. In fact, it's advisable to explicitly set +"listen_addresses" in an environment using native QNX networking. Otherwise the postmaster might not use the IP-Address you think it does :-) Prerequisites: |