Re: [GENERAL] setting Postgres client

2008-09-19 Thread Markova, Nina
YES! Done - my listen addresses was the default. Thanks Richard! Nina -Original Message- From: Richard Huxton [mailto:[EMAIL PROTECTED] Sent: September 19, 2008 11:57 To: Markova, Nina Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] setting Postgres client Markova, Nina wrote

Re: [GENERAL] setting Postgres client

2008-09-19 Thread Richard Huxton
Markova, Nina wrote: > > Thanks Richard. > > > I specified the host IP ( I use the default 5432 port), got error: > psql: could not connect to server: Connection refused > Is the server running on host "192.168.XX.XXX" and accepting > TCP/IP connections on port 5432? > > The on

Re: [GENERAL] setting Postgres client

2008-09-19 Thread Steve Clark
na Subject: Re: [GENERAL] setting Postgres client Markova, Nina wrote: Now I need to set up a client in a non-global zone on the same machine or on anoter machine. Not much luck so far. What I did: === - on the server in $PGDATA/pg_hub.conf I added a line for the client hostall

Re: [GENERAL] setting Postgres client

2008-09-19 Thread Markova, Nina
ives_count = 0 # TCP_KEEPCNT; # 0 selects the system default Should I change something here? Nina -Original Message- From: Richard Huxton [mailto:[EMAIL PROTECTED] Sent: September 19, 2008 10:15 To: Markova, Nina Subject: Re: [GENERA

Re: [GENERAL] setting Postgres client

2008-09-19 Thread Bill Moran
"Markova, Nina" <[EMAIL PROTECTED]> wrote: > > - On the client I tried: > psql sta > psql: could not connect to server: No such file or directory > Is the server running locally and accepting > connections on Unix domain socket "/tmp/.s.PGSQL.5432"? The client tries to connect to

[GENERAL] setting Postgres client

2008-09-19 Thread Markova, Nina
My message didn't get through the 1st time. -Original Message- From: Markova, Nina Sent: September 17, 2008 17:33 To: pgsql-general@postgresql.org Subject: Help on setting Postgres client I have setup a Postgres server (8.2.4) on Solaris 10, for now in the global zone, with FS : /pg