Re: Postmaster with -i - Mailing list pgsql-novice

From Henshall, Stuart - WCP
Subject Re: Postmaster with -i
Date
Msg-id E2870D8CE1CCD311BAF50008C71EDE8E01F74822@MAIL_EXCHANGE
Whole thread Raw
In response to Postmaster with -i  (Faudzy Sulaiman <faudzy@um.edu.my>)
List 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 by date:

Previous
From: John Taylor
Date:
Subject: Re: PostgreSQL cannot run.
Next
From: Oliver Elphick
Date:
Subject: Re: Postmaster with -i