Re: Remote Access to pgsql DB ??? - Mailing list pgsql-general

From tony
Subject Re: Remote Access to pgsql DB ???
Date
Msg-id 1007478316.31919.4.camel@tonux
Whole thread Raw
In response to Re: Remote Access to pgsql DB ???  (Brent Verner <brent@rcfile.org>)
List pgsql-general
On Tue, 2001-12-04 at 15:44, Brent Verner wrote:
> [2001-12-04 15:35] Fariba Noorbakhsh said:
> | Hi,
> |
> | I have a question about remote access to Pgsql DB. I acctually want to
> | access mydb which located on a Unix server called ORION from another
> | Unix server called OMEGA.
> |
> | According to documentation I have to run postmaster on ORION with -i
> | option like:
> |
> | /usr/local/pgsql/bin/postmaster -i -D /usr/local/pgsql/data &
>   [snip]
> | But still I can not run psql mydb from Omega:
>
> You need to say "psql -h orion mydb"

An even better way is to SSH to the machine and run either psql or
pgaccess over the secure connection.

Cheers

Tony Grant

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html


pgsql-general by date:

Previous
From: Brent Verner
Date:
Subject: Re: Remote Access to pgsql DB ???
Next
From: Tom Lane
Date:
Subject: Re: Large tables management question