Replace the virtual_host and tcpip_socket parameters with a unified

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2e45c143ef5963aa0f705350a017404c9b107f27
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-03-23T01:23:48Z
Releases: 8.0.0
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

Files