Re: How to configure the postmaster daemon so that it accepts TCP connections? - Mailing list pgsql-general

From Scott Marlowe
Subject Re: How to configure the postmaster daemon so that it accepts TCP connections?
Date
Msg-id q2wdcc563d11004040914idb55d0bcl18483bf41472be2b@mail.gmail.com
Whole thread Raw
In response to How to configure the postmaster daemon so that it accepts TCP connections?  (Ankuj Gupta <ankuj2004@gmail.com>)
Responses Re: How to configure the postmaster daemon so that it accepts TCP connections?  (Ankuj Gupta <ankuj2004@gmail.com>)
List pgsql-general
On Sun, Apr 4, 2010 at 10:02 AM, Ankuj Gupta <ankuj2004@gmail.com> 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.

pgsql-general by date:

Previous
From: Ankuj Gupta
Date:
Subject: How to configure the postmaster daemon so that it accepts TCP connections?
Next
From: Scott Geller
Date:
Subject: Dynamic plpgsql help