Re: rules

From: "Jan Norman Pedersen" <jan(at)multimediasyd(dot)dk>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: rules
Date: 2004-06-25 07:16:58
Message-ID: 40dbd135$0$223$edfadb0f@dread11.news.tele.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-sql

Anslag

"Stephan Szabo" <sszabo(at)megazone(dot)bigpanda(dot)com> wrote in message
news:20040519104830(dot)J85664(at)megazone(dot)bigpanda(dot)com(dot)(dot)(dot)
> 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?
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Radu-Adrian Popescu 2004-06-25 09:11:00 Re: Insert binary data on postgre
Previous Message Andrew Biagioni 2004-06-25 04:06:23 Re: Insert binary data on postgre

Browse pgsql-sql by date

  From Date Subject
Next Message sad 2004-06-25 07:54:05 Re: feature request ?
Previous Message sad 2004-06-25 06:20:41 Re: feature request ?