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

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема Re: [GENERAL] postmaster(server) and psql(client) question.
Дата
Msg-id Pine.LNX.4.04.9905081210070.17859-100000@dragosani.lan2wan.com
обсуждение исходный текст
Ответ на postmaster(server) and psql(client) question.  ("Albert Chen" <chen6178@hotmail.com>)
Список pgsql-general
On Fri, 7 May 1999, Albert Chen wrote:

> 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.

If you are running the postmaster on the server this way:

postmaster -i

You can start up psql on a client machine like this:

psql -h <server hostname> <dbname>

However, you will need to edit your pg_hba.conf file under pgsql/data to
allow connections to your data from remote connections.  There are
detailed instructions in the samples provided in the PostgreSQL
installation.  You'll probably want to only allow certain clients to
connect, rather than just leaving it wide open to the world.

Brett W. McCoy
                                        http://www.lan2wan.com/~bmccoy/
-----------------------------------------------------------------------
Prosperity makes friends, adversity tries them.
        -- Publilius Syrus


В списке pgsql-general по дате отправления:

Предыдущее
От: Simon Drabble
Дата:
Сообщение: Re: [GENERAL] postmaster(server) and psql(client) question.
Следующее
От: "Philip Rhoades"
Дата:
Сообщение: unsubscribe