Re: little bug in 8.3? - Mailing list pgsql-novice

From Kasia Tuszynska
Subject Re: little bug in 8.3?
Date
Msg-id D7BFFE348C53EF4E8AA0698B1E395FA90D1D3B31@flybywire.esri.com
Whole thread Raw
In response to Re: little bug in 8.3?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@sss.pgh.pa.us]
Sent: Wednesday, March 12, 2008 2:12 PM
To: Kasia Tuszynska
Cc: pgsql-novice@postgresql.org
Subject: Re: [NOVICE] little bug in 8.3?

"Kasia Tuszynska" <ktuszynska@esri.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


pgsql-novice by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: Sorting Tuples
Next
From: Robert L Hicks
Date:
Subject: Migration from MySQL