Re: Updatable views

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Updatable views
Дата
Msg-id 200805081456.58425.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Updatable views  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: Updatable views  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-patches
Am Donnerstag, 8. Mai 2008 schrieb Simon Riggs:
>  CREATE RULE somename AS ON INSERT TO x WHERE where-clause DO INSERT ...
>
> which seems straightforward, no?

Double evaluation is the key word.  The conclusion was more or less that you
can't implement check constraints using the rules system.  You need to check
them in the executor.

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Updatable views
Следующее
От: Bernd Helmle
Дата:
Сообщение: Re: Updatable views