[EMAIL PROTECTED] writes:
> pgplsql: IF-THEN-ELSIF-ELSE acts different from IF-THEN-ELSE IF
> PostgreSQL 7.1.3 on i686-pc-linux-gnu, compiled by GCC 2.96
elsif was implemented in 7.2. I'm surprised you're not getting a syntax
error message; but in any case we are not revisiting 7.1 anymore...
Jørn Cornelius Olsen ([EMAIL PROTECTED]) reports a bug with a severity of 4
The lower the number the more severe it is.
Short Description
pgplsql: IF-THEN-ELSIF-ELSE acts different from IF-THEN-ELSE IF
Long Description
1) The 'boolean-expression' after 'ELSIF' always evaluates to FALSE. According