Re: Remote Access to pgsql DB ???

From: Brent Verner <brent(at)rcfile(dot)org>
To: Fariba Noorbakhsh <fNoorbakhsh(at)tecways(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Remote Access to pgsql DB ???
Date: 2001-12-04 14:44:10
Message-ID: 20011204144410.GA3555@rcfile.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[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"

cheers
brent

--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing." -- Duane Allman

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Gray 2001-12-04 14:56:49 Re: Remote Access to pgsql DB ???
Previous Message Fariba Noorbakhsh 2001-12-04 14:35:32 Remote Access to pgsql DB ???