Re: postgresql with tcp/ip conection

2004-07-09 Thread Zenaan Harkness
On Fri, 2004-07-09 at 16:59, Oliver Elphick wrote: > On Thu, 2004-07-08 at 18:33, cenapad wrote: > > Does anybody know how to configure /etc/init.d/postgresql to accept > > TCP/IP conections? > The default setup for TCP/IP connections is to accept them from > localhost only. If you are having p

Re: postgresql with tcp/ip conection

2004-07-08 Thread Oliver Elphick
On Thu, 2004-07-08 at 18:33, cenapad wrote: > Does anybody know how to configure /etc/init.d/postgresql to accept > TCP/IP conections? > In redhat was simpler (just modify the line was started with "su -l > postgres"). But in debian, filhe is completely different . > I know that a flag -i should

Re: postgresql with tcp/ip conection

2004-07-08 Thread Filipi Vianna
I was looking into the /etc/init.d/postgres. As I see, the postmaster is declared into the POSTMASTER environment variable: POSTMASTER=/usr/lib/postgresql/bin/postmaster But it's not used in the script... So I had looked the line ERRMSG=$(/sbin/start-stop-daemon --pidfile $PGDATA/postmaster.pid --

Re: postgresql with tcp/ip conection

2004-07-08 Thread Goedson Paixao
On Thu, 08 Jul 2004 17:47:06 -0400, * Tong* <[EMAIL PROTECTED]> wrote: > On Thu, 08 Jul 2004 16:23:29 -0300, Filipi Vianna wrote: > > >> I know that a flag -i should be added, but i dont know where. > > > > There is how I do it on Slackware: > > I was wondering that too. Any Debian solutions? In

Re: postgresql with tcp/ip conection

2004-07-08 Thread * Tong*
On Thu, 08 Jul 2004 16:23:29 -0300, Filipi Vianna wrote: >> I know that a flag -i should be added, but i dont know where. > > There is how I do it on Slackware: I was wondering that too. Any Debian solutions? thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubsc

Re: postgresql with tcp/ip conection

2004-07-08 Thread Filipi Vianna
cenapad wrote: Does anybody know how to configure /etc/init.d/postgresql to accept TCP/IP conections? In redhat was simpler (just modify the line was started with "su -l postgres"). But in debian, filhe is completely different . I know that a flag -i should be added, but i dont know where. Ther

postgresql with tcp/ip conection

2004-07-08 Thread cenapad
Does anybody know how to configure /etc/init.d/postgresql to accept TCP/IP conections? In redhat was simpler (just modify the line was started with "su -l postgres"). But in debian, filhe is completely different . I know that a flag -i should be added, but i dont know where. -- To UNSUBSCRIBE,