Re: [v9.2] Fix Leaky View Problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [v9.2] Fix Leaky View Problem
Дата
Msg-id 29920.1317066660@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [v9.2] Fix Leaky View Problem  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
Ответы Re: [v9.2] Fix Leaky View Problem
Список pgsql-hackers
Kohei KaiGai <kaigai@kaigai.gr.jp> writes:
> However, the interface to reference reloptions are designed to pull
> this information with Relation pointer, rather than lsyscache, so
> I implemented this revision with a new rte->security_barrier member.

This approach will guarantee that we can never implement an ALTER VIEW
(or CREATE OR REPLACE VIEW) option that changes the state of the flag.
I don't think that's a good idea.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Support UTF-8 files with BOM in COPY FROM
Следующее
От: Tom Lane
Дата:
Сообщение: Re: contrib/sepgsql regression tests are a no-go