Re: Multiple RULES on Views

Поиск
Список
Период
Сортировка
От David Wheeler
Тема Re: Multiple RULES on Views
Дата
Msg-id 75531d0f764908440fa95ca9d248eaf8@kineticode.com
обсуждение исходный текст
Ответ на Re: Multiple RULES on Views  (Sebastian Böck <sebastianboeck@freenet.de>)
Список pgsql-general
On Apr 22, 2005, at 2:09 AM, Sebastian Böck wrote:

> Multiple rules on the same table and same event type are
> applied in alphabetical name order.

Ah, I'd missed that. Curious that it worked for me, then, since my
rules were named insert_one, promote_one, and nothing_one, as
nothing_one comes after promote_one alphabetically, and promote_one ran
but nothing_one did not...

Regards,

David

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Table Partition
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Table modifications with dependent views - best