Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> I assume this completes the TODO item:
> o Fix PL/PgSQL to handle quoted mixed-case identifiers
It would if it worked, but it doesn't --- for one thing, it seems
to allow empty identifiers (surely {DQUOTE}* should be {DQUOTE}+).
I'm not convinced it parses identifiers the same as the main scanner
does anyway. Why not just lift the flex code for identifiers
out of parser/scan.l?
regards, tom lane