RE: Rule recompilation

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: Rule recompilation
Дата
Msg-id 3705826352029646A3E91C53F7189E320166C6@sectorbase2.sectorbase.com
обсуждение исходный текст
Ответ на Rule recompilation  (Jan Wieck <JanWieck@Yahoo.com>)
Ответы Re: Rule recompilation  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-hackers
>     Anyway,  what's  the preferred syntax for triggering the rule
>     recompilation?  I thought about
> 
>         ALTER RULE {rulename|ALL} RECOMPILE;
> 
>     Where ALL triggers only those rules where the  user  actually
>     has RULE access right on a relation.

In good world rules (PL functions etc) should be automatically
marked as dirty (ie recompilation required) whenever referenced
objects are changed.

Vadim


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

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: Re: Strangeness in xid allocation / snapshot setup
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: Rule recompilation