On Tue, Oct 26, 2004 at 08:48:38PM +0530, Rajesh Kumar Mallah wrote:
>
> I have two NICs in my machine i want that postmaster shud only listen to the
> internal NIC . I cannot limit it to listen in unix domain sockets only
> because it needs to be accessed from other machine inside LAN.
In PostgreSQL 7.4 and earlier, set the virtual_host configuration
variable in postgresql.conf. In 8.0 (currently in beta), use
listen_addresses.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/