Re: plpgsql Difference in behaviour between versions?

From: Chris McDonald <chrisjonmcdonald(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: plpgsql Difference in behaviour between versions?
Date: 2011-11-23 19:43:04
Message-ID: 22746836.113.1322077384742.JavaMail.geo-discussion-forums@yqdk17
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

OK, I see it is the term open which fails the syntax checker - I guessed this might be because open is a reserved word but http://www.postgresql.org/docs/9.0/interactive/sql-keywords-appendix.html does not indicate whether open is either reserved or not in postgresql.

Checking 8.4 doco, http://www.postgresql.org/docs/8.4/static/sql-keywords-appendix.html has the same detail when it comes to 'reservedness' of the term open.

Still interested in a definitive answer, but the fix for me appears to be simply to change the word open to something else.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Antonio Franzoso 2011-11-23 19:53:41 Compiler does not detect support for 64 bit integers
Previous Message Richard Broersma 2011-11-23 18:53:35 Re: Blank Numeric Column For INSERT