Re: Rules on 8.0.2 - Mailing list pgsql-general

From Michael Glaesemann
Subject Re: Rules on 8.0.2
Date
Msg-id 1CB02AD8-7881-4F02-8AC7-CDAFC710917D@myrealbox.com
Whole thread Raw
In response to Rules on 8.0.2  (William Leite Araújo <william.bh@gmail.com>)
List pgsql-general
On Jan 11, 2006, at 21:15 , William Leite Araújo wrote:

> CREATE OR REPLACE RULE select_public_cliente AS ON SELECT TO
> public.cliente_tipo


> ERROR:  event qualifications are not implemented for rules on SELECT

As the error message indicates, RULEs are not applicable to ON
SELECT. Use a view instead.

Michael Glaesemann
grzm myrealbox com




pgsql-general by date:

Previous
From: William Leite Araújo
Date:
Subject: Rules on 8.0.2
Next
From: "Peter Filipov"
Date:
Subject: cursors as table sources