Re: postgresql demond

2001-02-13 Thread Olivier Billet
Thanks a lot for all these precious information, and for the quick reply. I can now connect with pgaccess :) and will make some experiments... Olivier.

Re: postgresql demond

2001-02-13 Thread Oliver Elphick
Pap Tibor wrote: >On Tue, 13 Feb 2001, Olivier Billet wrote: > >> On Mon, Feb 12, 2001 at 11:02:51PM +, Oliver Elphick wrote: >> > -i allows users to connect over TCP/IP; this is not necessary if they ar >e >> > on the same machine. >> >> the system throwed an error message

Re: postgresql demond

2001-02-13 Thread Pap Tibor
On Tue, 13 Feb 2001, Olivier Billet wrote: > On Mon, Feb 12, 2001 at 11:02:51PM +, Oliver Elphick wrote: > > Olivier Billet wrote: > > >Hi all, > > > > > >I'm using postgresql and can use psql, but I dont > > >know how to allow people to connect to the databases. > > >I mean even u

Re: postgresql demond

2001-02-13 Thread Olivier Billet
On Mon, Feb 12, 2001 at 11:02:51PM +, Oliver Elphick wrote: > Olivier Billet wrote: > >Hi all, > > > >I'm using postgresql and can use psql, but I dont > >know how to allow people to connect to the databases. > >I mean even users on the local host (my box) cant > >connect. It see

Re: postgresql demond

2001-02-12 Thread Oliver Elphick
Olivier Billet wrote: >Hi all, > >I'm using postgresql and can use psql, but I dont >know how to allow people to connect to the databases. >I mean even users on the local host (my box) cant >connect. It seems that it's a matter of -i switch >before runing the postmaster. -i allo

Re: postgresql demond

2001-02-12 Thread J.H.M. Dassen \(Ray\)
On Mon, Feb 12, 2001 at 22:06:08 +0100, Olivier Billet wrote: > I'm using postgresql and can use psql, but I dont know how to allow people > to connect to the databases. I mean even users on the local host (my box) > cant connect. It seems that it's a matter of -i switch before runing the > postmas

postgresql demond

2001-02-12 Thread Olivier Billet
Hi all, I'm using postgresql and can use psql, but I dont know how to allow people to connect to the databases. I mean even users on the local host (my box) cant connect. It seems that it's a matter of -i switch before runing the postmaster. But what's the Debian way to do this ? Thanks a lot