Re: plpgsql Difference in behaviour between versions? - Mailing list pgsql-general

From Tom Lane
Subject Re: plpgsql Difference in behaviour between versions?
Date
Msg-id 4679.1322085726@sss.pgh.pa.us
Whole thread Raw
In response to Re: plpgsql Difference in behaviour between versions?  (Jerry Sievers <gsievers19@comcast.net>)
List pgsql-general
Jerry Sievers <gsievers19@comcast.net> writes:
> Hmmm, I do not see that open is a reserved word but the PL must be
> treating it special somehow.

plpgsql has a different list of reserved words than the main SQL grammar
does.  I don't think we explicitly document it anywhere, but pretty much
any keyword that can start a plpgsql command is considered reserved by
plpgsql (since otherwise it'd be ambiguous against an assignment to a
plpgsql variable of the same name).

            regards, tom lane

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Permission Problems
Next
From: Sven Schoradt
Date:
Subject: Re: Permission Problems