Re: [GENERAL] postmaster(server) and psql(client) question.

From: Simon Drabble <simond(at)foxlink(dot)net>
To: Albert Chen <chen6178(at)hotmail(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] postmaster(server) and psql(client) question.
Date: 1999-05-08 14:54:39
Message-ID: Pine.LNX.3.96.990508105346.22324B-100000@dragon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)foxlink(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brett W. McCoy 1999-05-08 16:14:30 Re: [GENERAL] postmaster(server) and psql(client) question.
Previous Message Tom Lane 1999-05-08 14:49:18 Re: [SQL] Functions for arrays !!!!