Re: Remote Access to pgsql DB ???

Поиск
Список
Период
Сортировка
От tony
Тема Re: Remote Access to pgsql DB ???
Дата
Msg-id 1007478316.31919.4.camel@tonux
обсуждение исходный текст
Ответ на Re: Remote Access to pgsql DB ???  (Brent Verner <brent@rcfile.org>)
Список 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 по дате отправления:

Предыдущее
От: Brent Verner
Дата:
Сообщение: Re: Remote Access to pgsql DB ???
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Large tables management question