From: | Jeffrey Melloy <jmelloy(at)visualdistortion(dot)org> |
---|---|
To: | Steve Bond <bondy(at)skysurf-airdsl(dot)co(dot)uk> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Error: The database does not exist on the server |
Date: | 2003-09-14 23:03:58 |
Message-ID: | B9355961-E707-11D7-AF83-000393C78AC0@visualdistortion.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
A couple things need to be done. On the server, PostgreSQL needs to be
started with the -i option (or set enable_tcpip to true in
/var/lib/pgsql/data/postgresql..conf).
/var/lib/pgsql/data/pg_hba.conf needs to be edited to allow certain IP
addresses (the client machines).
See the Adminstratior Guide for more information.
Jeff
On Friday, September 12, 2003, at 09:50 AM, Steve Bond wrote:
> I'm running postgresql on a linux box and having trouble connecting to
> my database from another machine. When I do
>
> >psql -l
>
> I get a list of 4 databases but I cannot connect to any of them
> remotely, as they cannot be found. I'm using
>
> /var/lib/pgsql/data/
>
> as my data directory. Am I using the wrong directory or is there a way
> to specify which directory for the client machine to look in?
> Thanks in advance.
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Elphick | 2003-09-14 23:07:40 | Re: Error: The database does not exist on the server |
Previous Message | Tom Lane | 2003-09-13 23:21:58 | Re: Postgresql 'backend closed the channelunexpectedly' - how to re-install? |