Re: pgsql: Add a security_barrier option for views.

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: pgsql: Add a security_barrier option for views.
Дата
Msg-id CAJKUy5jQ3-Bxn=WTK4jdiT4YiSuvVjH4nB_vjrQs=h8ktTk-Ew@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Add a security_barrier option for views.  (Robert Haas <rhaas@postgresql.org>)
Список pgsql-committers
On Thu, Dec 22, 2011 at 4:17 PM, Robert Haas <rhaas@postgresql.org> wrote:
> Add a security_barrier option for views.
>

you have some docs typos here, for the rest: cool.

doc/src/sgml/ref/create_view.sgml
"""
+      This clause specifies optional parameters for a view; currently, the
+      only suppored parameter name is <literal>security_barrier</literal>,
"""
should say "supported parameter"

doc/src/sgml/rules.sgml
"""
+    the view.  This prevents maliciously-chosen functions and operators from
+    being invoked on rows until afterthe view has done its work.  For
"""
should say "until after the view"?


"""
+    in the limited sense that the contents of the invisible tuples will not
+    passed to possibly-insecure functions.  The user may well have other means
"""
should say "will not be passed"?

--
Jaime Casanova         www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Add a security_barrier option for views.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add a security_barrier option for views.