I send a simple patch for PL/pgSQL parser which allow now to use

Bruce Momjian <bruce@momjian.us>

Commit: 7a84053844065325d93d1658c289d322bb6bc574
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-08-04T03:59:09Z
Releases: 7.3.1
        I send a simple patch for PL/pgSQL parser which allow now to use
whitespaces in identifers of any kind(table names,attribute
names,variables ...) in Pl/pgSQL procedural language.Explicit definition
of bug can be found in Re: [HACKERS] Bug of PL/pgSQL parser

TODO item completed:

        o -Fix PL/PgSQL to handle quoted mixed-case identifiers

eutm

Files

PathChange+/−
src/pl/plpgsql/src/scan.l modified +35 −4