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

From Tom Lane
Subject Re: little bug in 8.3?
Date
Msg-id 733.1205356335@sss.pgh.pa.us
Whole thread Raw
In response to little bug in 8.3?  ("Kasia Tuszynska" <ktuszynska@esri.com>)
Responses Re: little bug in 8.3?  ("Kasia Tuszynska" <ktuszynska@esri.com>)
List pgsql-novice
"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: "Kasia Tuszynska"
Date:
Subject: little bug in 8.3?
Next
From: "G. J. Walsh"
Date:
Subject: array syntax in pg_execute call