Re: TCP/IP connection problem

From: Ben Suffolk <ben(at)vanilla(dot)net>
To: Jari Vauhkonen <jari(dot)vauhkonen(at)joensuu(dot)fi>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: TCP/IP connection problem
Date: 2006-10-26 13:06:44
Message-ID: 60FA14B7-0C97-47FF-90BC-5B3DA77DC5C3@vanilla.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> -- configuring the postgresql.conf wit following lines:
> #listen_addresses = '*'
> #port = 5432
> #tcpip_socket = true

Jari,

You need to remove the # from the lines, a # comments the line out,
so although you have set the port and changed the address it will not
actually have done anything.

Regards

Ben

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Simon Kinsella 2006-10-26 15:17:41 Postgres timestamps are out by one hour
Previous Message Jari Vauhkonen 2006-10-26 13:02:01 TCP/IP connection problem