BUG #1533: "*OLD*" relation not recognized in CREATE RULE

From: "Henk van den Toorn" <vdtoorn(at)hotmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1533: "*OLD*" relation not recognized in CREATE RULE
Date: 2005-03-10 09:38:32
Message-ID: 20050310093832.97FEAF115C@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1533
Logged by: Henk van den Toorn
Email address: vdtoorn(at)hotmail(dot)com
PostgreSQL version: 7.4.3-7
Operating system: Freebsd 5.3
Description: "*OLD*" relation not recognized in CREATE RULE
Details:

When creating a rule:

CREATE RULE rulename AS ON UPDATE
table WHERE OLD.index = NEW.index
DO INSTEAD NOTHING;

Postgresql responds with

ERROR: relation "*OLD*" does not exist

All kind of variations on "*OLD*"
like:

old.index; OLD.index; "*OLD*".index

do not work, nor does changing the order of the elements in the WHERE
clause.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexander M. Pravking 2005-03-10 10:43:07 ALTER DATABASE ... RENAME: permission denied for superuser
Previous Message Zeugswetter Andreas DAZ SD 2005-03-10 09:17:50 Re: [HACKERS] We are not following the spec for HAVING without GROUP BY