From: | "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk> |
---|---|
To: | 'Faudzy Sulaiman' <faudzy(at)um(dot)edu(dot)my>, pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Postmaster with -i |
Date: | 2002-03-13 15:49:59 |
Message-ID: | E2870D8CE1CCD311BAF50008C71EDE8E01F74822@MAIL_EXCHANGE |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)um(dot)edu(dot)my]
> Sent: 06 March 2002 07:01
> To: pgsql-novice(at)postgresql(dot)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
>
From | Date | Subject | |
---|---|---|---|
Next Message | Henshall, Stuart - WCP | 2002-03-13 15:54:48 | Re: Size of the empty database |
Previous Message | John Taylor | 2002-03-13 14:16:19 | Re: PostgreSQL cannot run. |