"Jeff Stout" <[EMAIL PROTECTED]> wrote:
>
> I am using the /contrib/start-scripts/linux file to set
> up postgres to automatically restart upon reboot.
>
> I set it up /etc/init.d/postgres which calls pg_ctl
>
> pg_ctl invokes postmaster
>
> where do I set the -i option to allow tcp connection?
[snip]
Set "tcpip_socket = true" in $PGDATA/postgresql.conf and restart.
And you'll want to set up host entries in $PGDATA/pg_hba.conf, as
well.
Jim
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly