Re: security_barrier view option type mistake in create view document

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: security_barrier view option type mistake in create view document
Дата
Msg-id CA+TgmoaPs_789NUDfyruueeKADTuZsNo1fxz5g3wYQ1TjpL1Dw@mail.gmail.com
обсуждение исходный текст
Ответ на security_barrier view option type mistake in create view document  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Список pgsql-hackers
On Thu, Oct 29, 2015 at 6:02 AM, Haribabu Kommi
<kommi.haribabu@gmail.com> wrote:
> The security_barrier view option is classified as string in the create
> view documentation.
> But it is actually a boolean. The type is mentioned correctly in alter
> view. Here I attached
> the patch with the correction.
>
> -        <term><literal>security_barrier</literal> (<type>string</type>)</term>
> +        <term><literal>security_barrier</literal> (<type>boolean</type>)</term>

Committed and back-patched to 9.4, where the error appears to have
been introduced.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [DESIGN] ParallelAppend
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [ADMIN] Replication slots and isolation levels