NEW and a subselect in a rule

From: Denis Zaitsev <zzz(at)anda(dot)ru>
To: pgsql-sql(at)postgresql(dot)org
Subject: NEW and a subselect in a rule
Date: 2003-07-28 22:50:53
Message-ID: 20030729045053.A983@natasha.ward.six
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

So, I met such a problem: it's impossible to use NEW in a subselect
used in a (non-select) rule. The error is: <Relation "*NEW*" does not
exist>. Is this a way to do that newertheless (without using of a
function, of course)?

Thanks in advance.

Browse pgsql-sql by date

  From Date Subject
Next Message LEON 2003-07-29 06:18:26 How can I to solute this problem?
Previous Message Dmitry Tkach 2003-07-28 17:18:58 Re: Very strange 'now' behaviour in nested triggers.