Re:

From: Francisco Reyes <lists(at)natserv(dot)com>
To: Guido <lampo(dot)14(at)iol(dot)it>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re:
Date: 2001-11-09 15:38:39
Message-ID: 20011109103452.V31979-100000@zoraida.natserv.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thu, 8 Nov 2001, Guido wrote:

> How can I enable the TCP/IP connection with the database already
> running?

You need to bring it down and back up.
You may also want to look at the pg_hba.conf file. There you can specify
what hosts you want to allow connection to a TCP/IP port.
For example you can add entries like:
local all trust
host all 127.0.0.1 255.255.255.255 trust
host all ###.#.###.## 255.255.255.255 trust

Where ## is replaced by the IP address of the machine you want to allow.

In response to

  • at 2001-11-08 18:36:37 from Guido

Browse pgsql-novice by date

  From Date Subject
Next Message Francisco Reyes 2001-11-09 15:42:19 Re: var size too small?
Previous Message John Burski 2001-11-09 15:12:45 Re: Installing procedural language(s)