On 06/16/2012 02:20 AM, Tom Lane wrote:
> Vlad Arkhipov<arhipov@dc.baikal.ru> writes:
>> What is the proper way of getting RULE condition and commands?
> pg_get_ruledef()
>
> regards, tom lane
>
It prints the whole CREATE RULE command. Is there any way to extract
WHERE condition of the rule?