Re: How to configure the postmaster daemon so that it accepts TCP connections?

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Ankuj Gupta <ankuj2004(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to configure the postmaster daemon so that it accepts TCP connections?
Date: 2010-04-04 16:14:58
Message-ID: q2wdcc563d11004040914idb55d0bcl18483bf41472be2b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Apr 4, 2010 at 10:02 AM, Ankuj Gupta <ankuj2004(at)gmail(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Geller 2010-04-04 16:18:14 Dynamic plpgsql help
Previous Message Ankuj Gupta 2010-04-04 16:02:48 How to configure the postmaster daemon so that it accepts TCP connections?