Re: [SQL] rules - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: [SQL] rules
Date
Msg-id 20040519104830.J85664@megazone.bigpanda.com
Whole thread Raw
In response to rules  ("Jie Liang" <jie@stbernard.com>)
List pgsql-admin
On Wed, 19 May 2004, Jie Liang wrote:

> According to the document of rule:
>
> CREATE RULE rulename AS ON delete TO mytablename DO
> (
> delete from aaa where id=OLD.id;
> Delete from bbb where id=OLD.id;
> Delete from ccc where id=OLD.id
> );
>
>
> Should work, but it doesn't, what wrong with it?

What is it doing and what version is this on?


pgsql-admin by date:

Previous
From: reina_ga@hotmail.com (Tony Reina)
Date:
Subject: Re: Postgresql ssl mode
Next
From: admin@usachurch.com
Date:
Subject: postgresql not using enough memory?