Re: WIP: Triggers on VIEWs

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема Re: WIP: Triggers on VIEWs
Дата
Msg-id AANLkTikjZ-aQDxWFd-XdoTYeSBkWvhbraZNQrvC2hYPv@mail.gmail.com
обсуждение исходный текст
Ответ на WIP: Triggers on VIEWs  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Ответы Re: WIP: Triggers on VIEWs  (David Christensen <david@endpoint.com>)
Re: WIP: Triggers on VIEWs  (Bernd Helmle <mailings@oopsware.de>)
Список pgsql-hackers
On 15 August 2010 18:38, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
> Here is a WIP patch implementing triggers on VIEWs ... <snip>
>
> There are still a number of things left todo:
>  - extend ALTER VIEW with enable/disable trigger commands
>  - much more testing
>  - documentation
>

Attached is an updated patch with more tests and docs, and a few minor
code tidy ups. I think that the INSTEAD OF triggers part of the patch
is compliant with Feature T213 of the SQL 2008 standard. As discussed,
I don't plan to add the syntax to allow triggers on views to be
disabled at this time, but that should be easy to implement, if there
is a use case for it.

Comments welcome.

Regards,
Dean

Вложения

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: proposal: tsearch dictionary initialization hook
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: ps buffer is incorrectly padded on the (latest) OS X