Re: How to connect to a remote database - Mailing list pgsql-bugs

From Vasileiadis Spyros
Subject Re: How to connect to a remote database
Date
Msg-id 001f01c018c2$830133b0$64898cd5@northlink.gr
Whole thread Raw
In response to How to connect to a remote database  (pgsql-bugs@postgresql.org)
List pgsql-bugs
USE:
psql -h <host> -p <port> -u <database>
psql -h <host> -p <port> -U <username> -W <password> <database>

read the man page

SV

----- Original Message -----
From: <pgsql-bugs@postgresql.org>
To: <pgsql-bugs@postgresql.org>
Sent: Thursday, September 07, 2000 2:21 PM
Subject: [BUGS] How to connect to a remote database


> Martin Kuria (martinkuria@hotmail.com) 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 question, but how do I connect to a remote database
> using postgresql, or rather psql?
>
> I have  trouble connecting to the remote host, to access the database what
command should use to connect to the database in remote host in the prompt,
Thanks again.
>
> Thanks
>
> Martin
>
>
>
> Sample Code
>
>
> No file was uploaded with this report
>

pgsql-bugs by date:

Previous
From: Max Pyziur
Date:
Subject: Re: [SQL] Re: "ORDER BY" issue - is this a bug?
Next
From: Sean Kelly
Date:
Subject: Re: How to connect to a remote database