Thread: Postmaster with -i
How to run Postmaster with the -i option to allow remote connections? thanks ------------------------------ http://www.um.edu.my
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 >
On Wed, 2002-03-06 at 07:00, Faudzy Sulaiman wrote: > > How to run Postmaster with the -i option to allow remote connections? either: postmaster -i [other_options] or: in postgresql.conf: tcpip_socket = on -- Oliver Elphick Oliver.Elphick@lfix.co.uk Isle of Wight http://www.lfix.co.uk/oliver GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C "Who is like Thee among the gods, O Lord? Who is like Thee, majestic in holiness, awesome in praises, working wonders?" Exodus 15:11