Re: Postmaster with -i

Поиск
Список
Период
Сортировка
От Henshall, Stuart - WCP
Тема Re: Postmaster with -i
Дата
Msg-id E2870D8CE1CCD311BAF50008C71EDE8E01F74822@MAIL_EXCHANGE
обсуждение исходный текст
Ответ на Postmaster with -i  (Faudzy Sulaiman <faudzy@um.edu.my>)
Список pgsql-novice
postmaster -i & Should do it ;) . However its probably better to
alter the tcpip_socket = True in the file postgresql.conf which
is in the data directory.
There is also another file called pg_hba.conf which is used to control
access by ip address and the like. As default it trusts the local host (no
password needed). To have it allow any where to connect with a password
enter this:
host     all     0.0.0.0     0.0.0.0     password
Hope this helps,
- Stuart

> -----Original Message-----
> From: Faudzy Sulaiman [mailto:faudzy@um.edu.my]
> Sent: 06 March 2002 07:01
> To: pgsql-novice@postgresql.org
> Subject: [NOVICE] Postmaster with -i
>
>
>
> How to run Postmaster with the -i option to allow remote connections?
>
> thanks
>
> ------------------------------
> http://www.um.edu.my
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

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

Предыдущее
От: John Taylor
Дата:
Сообщение: Re: PostgreSQL cannot run.
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: Postmaster with -i