]> granicus.if.org Git - postgresql/commit
Replace the virtual_host and tcpip_socket parameters with a unified
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Mar 2004 01:23:48 +0000 (01:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Mar 2004 01:23:48 +0000 (01:23 +0000)
commit2e45c143ef5963aa0f705350a017404c9b107f27
tree7f3a3a56615529c3e83e595e68e27ea575740b9c
parent0d88dd1e50a9b0fc907936627baec70e0dcf63f0
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
doc/FAQ_QNX4
doc/src/sgml/client-auth.sgml
doc/src/sgml/ref/postmaster.sgml
doc/src/sgml/runtime.sgml
src/backend/postmaster/postmaster.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/psql/tab-complete.c
src/include/miscadmin.h