Re: pl/pgsql trigger: syntax error at or near "ELSEIF" - Mailing list pgsql-general

From Pavel Stehule
Subject Re: pl/pgsql trigger: syntax error at or near "ELSEIF"
Date
Msg-id Pine.LNX.4.44.0501141325460.2217-100000@kix.fsv.cvut.cz
Whole thread Raw
In response to pl/pgsql trigger: syntax error at or near "ELSEIF"  (Roman Neuhauser <neuhauser@chello.cz>)
List pgsql-general
Hello

try


35.7.2.4. IF-THEN-ELSIF-ELSE

IF boolean-expression THEN
    statements
[ ELSIF boolean-expression THEN
    statements
[ ELSIF boolean-expression THEN
    statements
    ...]]
[ ELSE
    statements ]
END IF;

regards
Pavel


pgsql-general by date:

Previous
From: Jiří Němec
Date:
Subject: Insufficient system resources for PostgreSQL 7.4.x?
Next
From: Alban Hertroys
Date:
Subject: Re: pl/pgsql trigger: syntax error at or near "ELSEIF"