Re: [BUGS] How to connect to a remote database

2000-09-10 Thread Sean Kelly
On Thu, 7 Sep 2000 07:21:57 -0400 (EDT), [EMAIL PROTECTED] said: > Martin Kuria ([EMAIL PROTECTED]) reports a bug with a severity of 2 > The lower the number the more severe it is. > > Short Description > How to connect to a remote database > > Long Description > This may be a dumb ques

Re: [BUGS] How to connect to a remote database

2000-09-10 Thread Vasileiadis Spyros
USE: psql -h -p -u psql -h -p -U -W read the man page SV - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 07, 2000 2:21 PM Subject: [BUGS] How to connect to a remote database > Martin Kuria ([EMAIL PROTECTED]) reports a bug with

Re: [BUGS] How to connect to a remote database

2000-09-07 Thread Jerome Alet
Hi, this is probably not a bug. with psql you have to use the -h option e.g.: psql -h mypgserver.mydomain [mydatabase] and on mypgserver.mydomain computer you have to launch postgresql with the -i option, telling it to listen for TCP/IP connections, and check pg_hba.conf for possible restrici