security_barrier view option type mistake in create view document

Поиск
Список
Период
Сортировка
От Haribabu Kommi
Тема security_barrier view option type mistake in create view document
Дата
Msg-id CAJrrPGcDA8LL9FwxYQx6++yYi4sN=mBLfMF_xwSkaWu-AJ9xHg@mail.gmail.com
обсуждение исходный текст
Ответы Re: security_barrier view option type mistake in create view document  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
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>

Regards,
Hari Babu
Fujitsu Australia

Вложения

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: Re: [BUGS] BUG #13611: test_postmaster_connection failed (Windows, listen_addresses = '0.0.0.0' or '::')
Следующее
От: Kouhei Kaigai
Дата:
Сообщение: Re: Foreign join pushdown vs EvalPlanQual