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