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

From Brent Verner
Subject Re: Remote Access to pgsql DB ???
Date
Msg-id 20011204144410.GA3555@rcfile.org
Whole thread Raw
In response to Remote Access to pgsql DB ???  (Fariba Noorbakhsh <fNoorbakhsh@tecways.com>)
Responses Re: Remote Access to pgsql DB ???
List 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

pgsql-general by date:

Previous
From: Fariba Noorbakhsh
Date:
Subject: Remote Access to pgsql DB ???
Next
From: tony
Date:
Subject: Re: Remote Access to pgsql DB ???