create rule - Mailing list pgsql-hackers

From Jose' Soares
Subject create rule
Date
Msg-id 368B3EFB.777C14BC@sferacarta.com
Whole thread Raw
Responses Re: [HACKERS] create rule
List pgsql-hackers
Hi all,

Seems that no one of the examples on 'man create_rule' does works.
What about to try every example on man pages?
Seems that's posssible to create a rule on event SELECT only to define
views
Am I wrong ?

I'm trying to create a rule like this:

create rule my_rule ason select to employeesdo instead select INITCAP(ename),       UPPER(empno,       UPPER(job),
hiredate,       sal,       comm,       deptno,       level,       mgrfrom employees;
 

Any ideas?

Thanks,

-Jose'-


pgsql-hackers by date:

Previous
From: Vadim Mikheev
Date:
Subject: Happy New Year!
Next
From: Andrey V Khavryutchenko
Date:
Subject: Re: [HACKERS] problems recovering 6.1 db