Re: starting Postgres with TCP/IP enabled - Mailing list pgsql-novice

From Jean-Christian Imbeault
Subject Re: starting Postgres with TCP/IP enabled
Date
Msg-id 3F31D9D9.2060308@mega-bucks.co.jp
Whole thread Raw
In response to starting Postgres with TCP/IP enabled  (Sol <sol@autonomon.net>)
Responses Re: starting Postgres with TCP/IP enabled
List pgsql-novice
Sol wrote:

> This can also be done with pg_ctl command. But how can this option be
> set by default so that when postgres is started at boot time, that
> TCP/IP connections are enabled already, so that it doesn't have to be
> done manually?

Edit postgres.conf in the data directory. You need to allow TCP/IP
connection (default is false) and uncomment the line with the port
number on it.

That should do it I think,

Jean-Christian Imbeault


pgsql-novice by date:

Previous
From: Sol
Date:
Subject: starting Postgres with TCP/IP enabled
Next
From: "A.Bhuvaneswaran"
Date:
Subject: Re: starting Postgres with TCP/IP enabled