On Sun, Apr 4, 2010 at 10:02 AM, Ankuj Gupta <[email protected]> wrote: > Hi!! > > I have to configure the postmaster daemon to accept TCP connection.For that > I will have to add -i and -o flag at the start but how do I accomplish this > ? I am using Fedora 9.
How did you install pg? I'm guessing the easiest way is to edit postgresql.conf in the $PGDATA directory to have listen_addresses="*" and restarting pgsql. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
