Re: How to connect to a remote database

From: "Vasileiadis Spyros" <ace(at)northlink(dot)gr>
To: <martinkuria(at)hotmail(dot)com>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: How to connect to a remote database
Date: 2000-09-07 11:55:26
Message-ID: 001f01c018c2$830133b0$64898cd5@northlink.gr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org>
To: <pgsql-bugs(at)postgresql(dot)org>
Sent: Thursday, September 07, 2000 2:21 PM
Subject: [BUGS] How to connect to a remote database

> Martin Kuria (martinkuria(at)hotmail(dot)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
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Sean Kelly 2000-09-07 12:28:09 Re: How to connect to a remote database
Previous Message Jerome Alet 2000-09-07 11:29:29 Re: How to connect to a remote database