Bruce Momjian <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])