| From: | Ankuj Gupta <ankuj2004(at)gmail(dot)com> |
|---|---|
| To: | Scott Marlowe <scott(dot)marlowe(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:33:05 |
| Message-ID: | u2ha69efbe61004040933zed9d6e63u6a249e86c03ec614@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
I found out . Its is in /var/lib/pgsql/data .
On Sun, Apr 4, 2010 at 10:00 PM, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>wrote:
> I'm pretty sure it's in /var/lib/pgsql on fedora, but I won't make a
> bet. You can use locate to find it (maybe):
>
> sudo locate postgresql.conf
>
> On Sun, Apr 4, 2010 at 10:18 AM, Ankuj Gupta <ankuj2004(at)gmail(dot)com> wrote:
> > I installed it using yum. I had a look at the /etc/profile file but it
> > didn't have $PGDATA .
> >
> >
> > On Sun, Apr 4, 2010 at 9:44 PM, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
> > wrote:
> >>
> >> 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.
> >
> >
>
>
>
> --
> When fascism comes to America, it will be intolerance sold as diversity.
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavel Stehule | 2010-04-04 16:34:20 | Re: Dynamic plpgsql help |
| Previous Message | Scott Marlowe | 2010-04-04 16:30:29 | Re: How to configure the postmaster daemon so that it accepts TCP connections? |