WITH CHECK OPTION for auto-updatable views

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема WITH CHECK OPTION for auto-updatable views
Дата
Msg-id CAEZATCVQTC+ovWr9kzuj5Q6SkOqZFNih=-V=eLGc704KBi=Lqw@mail.gmail.com
обсуждение исходный текст
Ответы Re: WITH CHECK OPTION for auto-updatable views  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
Here's a rebased version of the patch implementing WITH CHECK OPTION
for auto-updatable views.

It now includes documentation, and a clearer description of the
patch's limitations --- WITH CHECK OPTION is only supported on
auto-updatable views, not trigger-updatable or rule-updatable views. I
believe that's compatible with the following features from the SQL
standard:

F311-04    Schema definition statement    CREATE VIEW: WITH CHECK OPTION
F751       View CHECK enhancements

Regards,
Dean

Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Optimising Foreign Key checks
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Vacuum, Freeze and Analyze: the big picture