Re: starting Postgres with TCP/IP enabled

From: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
To: sol(at)autonomon(dot)net
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: starting Postgres with TCP/IP enabled
Date: 2003-08-07 04:47:21
Message-ID: 3F31D9D9.2060308@mega-bucks.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message A.Bhuvaneswaran 2003-08-07 05:04:39 Re: starting Postgres with TCP/IP enabled
Previous Message Sol 2003-08-07 04:44:50 starting Postgres with TCP/IP enabled