Re: [GENERAL] postmaster(server) and psql(client) question. - Mailing list pgsql-general

From Simon Drabble
Subject Re: [GENERAL] postmaster(server) and psql(client) question.
Date
Msg-id Pine.LNX.3.96.990508105346.22324B-100000@dragon
Whole thread Raw
In response to postmaster(server) and psql(client) question.  ("Albert Chen" <chen6178@hotmail.com>)
List pgsql-general
On Fri, 7 May 1999, Albert Chen wrote:

> Hi,
>
> I have two machines; one is server, another is client.
> I run postmaster on server, could I run psql on client?
> If I can, would anyone tell me how to do, thanks.
>
> -Albert
>
>

psql -h <host> -p <port> <dbname or other commands>


Simon.


--
  "When a German dwarf dances with the butcher's son.." -- Tom Waits

   Simon Drabble                      Somewhere in cyberspace
   simond@foxlink.net


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] Functions for arrays !!!!
Next
From: "Brett W. McCoy"
Date:
Subject: Re: [GENERAL] postmaster(server) and psql(client) question.