pgsql-server/ oc/FAQ_QNX4 oc/src/sgml/client-a ...

Started by Tom Laneover 22 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 04/03/22 21:23:48

Modified files:
doc : FAQ_QNX4
doc/src/sgml : client-auth.sgml runtime.sgml
doc/src/sgml/ref: postmaster.sgml
src/backend/postmaster: postmaster.c
src/backend/utils/misc: guc.c postgresql.conf.sample
src/bin/psql : tab-complete.c
src/include : miscadmin.h

Log message:
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