Re: little bug in 8.3?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Kasia Tuszynska" <ktuszynska(at)esri(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: little bug in 8.3?
Date: 2008-03-12 21:12:15
Message-ID: 733.1205356335@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Kasia Tuszynska" <ktuszynska(at)esri(dot)com> writes:
> In the 8.3 release of postgres, pg_hba.conf has this contents
>
> # - Connection Settings -
>
> #listen_addresses = '*' # what IP address(es) to listen on;
> # comma-separated list of
> addresses;

That's not what's in the source code:

# - Connection Settings -

#listen_addresses = 'localhost' # what IP address(es) to listen on;
# comma-separated list of addresses;
# defaults to 'localhost', '*' = all
# (change requires restart)
#port = 5432 # (change requires restart)

Not sure what happened to your copy...

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message G. J. Walsh 2008-03-13 00:23:46 array syntax in pg_execute call
Previous Message Kasia Tuszynska 2008-03-12 20:01:34 little bug in 8.3?