Re: little bug in 8.3?

Поиск
Список
Период
Сортировка
От Kasia Tuszynska
Тема Re: little bug in 8.3?
Дата
Msg-id D7BFFE348C53EF4E8AA0698B1E395FA90D1D3B31@flybywire.esri.com
обсуждение исходный текст
Ответ на Re: little bug in 8.3?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Sorting Tuples
Следующее
От: Robert L Hicks
Дата:
Сообщение: Migration from MySQL