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

From: "Sergei Chernev" <ser(at)nsu(dot)ru>
To: "Albert Chen" <chen6178(at)hotmail(dot)com>, <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] postmaster(server) and psql(client) question.
Date: 1999-05-08 10:15:44
Message-ID: 000b01be993b$bbf6b3a0$59d17cc1@cnit.nsu.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

You have to run postmaster with -i key, to allow tcp connections and
edit pg_hba.conf file to allow your client machine to connect (this file is
well commented).
On client machine, start psql -h server.name -u database
-----------------
Sergei Chernev
Internet: ser(at)nsu(dot)ru
Phone: +7-3832-397354

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Neil Burrows 1999-05-08 11:13:27 Version of a Postgres installation
Previous Message Brett W. McCoy 1999-05-08 03:21:53 Re: [GENERAL] accessing PostgreSQL DB via PERL