Re: a bug in plpgsql - Mailing list pgsql-bugs

From Tom Lane
Subject Re: a bug in plpgsql
Date
Msg-id 28428.1099597989@sss.pgh.pa.us
Whole thread Raw
In response to Re: a bug in plpgsql  (Jaime Casanova <systemguards@yahoo.com>)
Responses Re: a bug in plpgsql
List pgsql-bugs
Jaime Casanova <systemguards@yahoo.com> writes:
>  --- Tom Lane <tgl@sss.pgh.pa.us> escribió:
>> if/then/else is a statement, not a component of an
>> expression.
>> CASE is an expression construct, not a statement.  I
>> think
>> you need to rewrite the CASE as an if/then/elsif
>> statement.

> I will try but this work in v7.4.2 that's why i think
> is an error.

It most certainly did not work in 7.4.2, or any other PG release.
plpgsql doesn't have a CASE statement.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: a bug in plpgsql
Next
From: Jaime Casanova
Date:
Subject: Re: a bug in plpgsql