The following bug has been logged online:
Bug reference: 1486
Logged by: Andrew Gold
Email address: agold(at)cbamedia(dot)com
PostgreSQL version: 7.4.7
Operating system: Debian Linux
Description: Apostrophes are not ignored in pgplsql comments
Details:
In pgplsql functions, apostrophes in comments are not ignored by the pgplsql
interpreter. Parsing errors result from correct spelling in comments. For
example, a comment such as:
-- This can't be a good way to solve this.
will generate errors. This seems to be a general bug and was easily
duplicated.
Thanks,
Andrew Gold