From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Alexandre Ricciardi <alexandre(dot)ricciardi(at)free(dot)fr> |
Cc: | pgsql-novice <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Configuration problem |
Date: | 2004-10-13 14:29:06 |
Message-ID: | 14307.1097677746@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Alexandre Ricciardi <alexandre(dot)ricciardi(at)free(dot)fr> writes:
> in postgresql.conf i have "tcpip_socket = true",
> but i must start pgsql with "/usr/bin/postmaster -p 5432 -i -D
> /var/lib/pgsql/data",
> the init.d script does not allow tcp/ip connections perhaps my script is
> not good ???
You sure you're editing the right copy of postgresql.conf? Putting that
in the config file should definitely have the same effect as saying -i
on the command line.
One way to make this mistake is if the init script is specifying a
different data directory (-D) than you're doing by hand.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas | 2004-10-13 14:36:33 | Re: possible to access a Linux box db from a Windows box |
Previous Message | Nikki | 2004-10-13 14:26:48 | Re: Postgresql for Dummies? |