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

From Jaime Casanova
Subject Re: a bug in plpgsql
Date
Msg-id 20041104200522.33581.qmail@web50001.mail.yahoo.com
Whole thread Raw
In response to Re: a bug in plpgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: a bug in plpgsql
List pgsql-bugs
--- Tom Lane <tgl@sss.pgh.pa.us> escribió:
> 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
>


This is a production server... and the same script...
(It was an error in v7.4.2 to permit this?)

[postgres@nautilus bin]$ ./psql uescc
Welcome to psql 7.4.2, the PostgreSQL interactive
terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help on internal slash commands
       \g or terminate with semicolon to execute query
       \q to quit

uescc=# \i func.sql
BEGIN
DROP FUNCTION
CREATE FUNCTION
ROLLBACK
uescc=#


regards,
Jaime Casanova

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: a bug in plpgsql
Next
From: Tom Lane
Date:
Subject: Re: a bug in plpgsql