Re: Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.
Дата
Msg-id 3f0b79eb1003240430l10182c67qbbaa25610afebef8@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
On Wed, Mar 24, 2010 at 8:22 PM, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
> but I don't see any mention of that in the docs. How about:
>
> *** client-auth.sgml    24 Mar 2010 09:44:06 +0200      1.134
> --- client-auth.sgml    24 Mar 2010 13:21:16 +0200
> ***************
> *** 77,84 ****
>     a set of records, one per line. Blank lines are ignored, as is any
>     text after the <literal>#</literal> comment character. A record is made
>     up of a number of fields which are separated by spaces and/or tabs.
> !    Fields can contain white space if the field value is quoted. Records
> !    cannot be continued across lines.
>    </para>
>
>    <para>
> --- 77,87 ----
>     a set of records, one per line. Blank lines are ignored, as is any
>     text after the <literal>#</literal> comment character. A record is made
>     up of a number of fields which are separated by spaces and/or tabs.
> !    Fields can contain white space if the field value is quoted.
> !    Quoting one of the keywords in database or username field (e.g "all"
> !    or "replication") makes the name lose its special character, and just
> !    match a database or username with that name. Records cannot be
> !    continued across lines.
>    </para>

+1

>> That probably tips the balance towards having the alternate wording:
>> LOG:  replication connection authorized: user=foo
>
> +1

+1

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: PHONY targets in Makefile.global.in
Следующее
От: Gokulakannan Somasundaram
Дата:
Сообщение: Re: Performance Improvement for Unique Indexes