Re: ElseIF in PLPGSQL - Mailing list pgsql-novice

From Josh Berkus
Subject Re: ElseIF in PLPGSQL
Date
Msg-id web-812838@davinci.ethosmedia.com
Whole thread Raw
In response to ElseIF in PLPGSQL  (denis@coralindia.com)
Responses Re: ElseIF in PLPGSQL
List pgsql-novice
Denis,

There is no ELSEIF in PL/pgSQL.  You have to use nested IF ... THEN ...
 ELSE statements instead.

-Josh

pgsql-novice by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: How does one determine which columns are
Next
From: "Josh Berkus"
Date:
Subject: Re: Migrate an Oracle Table with CLOB datatype