Re: little bug in 8.3?

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

Thank you Tom,
Perhaps too many people trying to fix a problem at the same time...
Sincerely,
Kasia

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Wednesday, March 12, 2008 2:12 PM
To: Kasia Tuszynska
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] little bug in 8.3?

"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

Browse pgsql-novice by date

  From Date Subject
Next Message Robert L Hicks 2008-03-13 17:35:10 Migration from MySQL
Previous Message Jonah H. Harris 2008-03-13 15:11:32 Re: Sorting Tuples