Re: Proof of concept: auto updatable views [Review of Patch]

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Proof of concept: auto updatable views [Review of Patch]
Дата
Msg-id 27290.1352392427@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Proof of concept: auto updatable views [Review of Patch]  (David Fetter <david@fetter.org>)
Ответы Re: Proof of concept: auto updatable views [Review of Patch]  (David Fetter <david@fetter.org>)
Список pgsql-hackers
David Fetter <david@fetter.org> writes:
> There are three different WITH CHECK OPTION options:

> WITH CHECK OPTION
> WITH CASCADED CHECK OPTION
> WITH LOCAL CHECK OPTION

No, there are four: the fourth case being if you leave off the phrase
altogether.  That's the only case we accept, and it corresponds to the
patch's behavior, ie, don't worry about it.

> Oh, and I'm guessing at least one well-known financial services
> company would just love to have these :)

It might be material for a future patch, but it's not happening in
this iteration.
        regards, tom lane



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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Proof of concept: auto updatable views [Review of Patch]
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: RFC: New log_destination 'fifo'