Get RULE condition and commands

Поиск
Список
Период
Сортировка
От Vlad Arkhipov
Тема Get RULE condition and commands
Дата
Msg-id 4FDADABB.1070008@dc.baikal.ru
обсуждение исходный текст
Ответы Re: Get RULE condition and commands
Список pgsql-general
What is the proper way of getting RULE condition and commands? The query below does not work.

select pg_get_expr(ev_qual, ev_class, true) as condition,
       pg_get_expr(ev_action, ev_class, true) as commands
from pg_rewrite;

ERROR:  bogus varno: 2

********** Error **********

ERROR: bogus varno: 2
SQL state: XX000

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