Re: [SQL] CASE statement causes unknown node type 723 - Mailing list pgsql-sql

From Tom Lane
Subject Re: [SQL] CASE statement causes unknown node type 723
Date
Msg-id 24501.934983831@sss.pgh.pa.us
Whole thread Raw
In response to CASE statement causes unknown node type 723  ("Nathan Angelacos" <nba@fcc.net>)
List pgsql-sql
"Nathan Angelacos" <nba@fcc.net> writes:
> ERROR:  get_ruledef of die: unknown node type 723 in      
> check_if_rte_used()

> Is it a bug, or am I doing something stupid?

Yeah, it's a known bug.  It only shows up when you try to view
the text of a rule containing a CASE expression.  Will be fixed
for 6.6 ... not sure if it's important enough to back-patch in
6.5.* ...
        regards, tom lane


pgsql-sql by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: [SQL] index on more-than-one columns?
Next
From: Tom Lane
Date:
Subject: Re: [SQL] Using intersect in subquery