]> granicus.if.org Git - postgresql/commit
Partial support for mixed case in PL/pgSQL.
authorJan Wieck <JanWieck@Yahoo.com>
Thu, 28 Jan 1999 11:48:31 +0000 (11:48 +0000)
committerJan Wieck <JanWieck@Yahoo.com>
Thu, 28 Jan 1999 11:48:31 +0000 (11:48 +0000)
commitc42b959fb318637b43ab245da10035d4ec3cb4d3
tree0f8a74cf3f8e5ac451d637e54b6e36cb79aeb313
parentb946244c1c809e1786fa23c9fa098d0842ef5c96
Partial support for mixed case in PL/pgSQL.
Left are identifiers that contain non-alnum/_ chars.
So e.g. whitespaces in identifiers are still not
supported.

Jan
src/pl/plpgsql/src/gram.y
src/pl/plpgsql/src/pl_comp.c
src/pl/plpgsql/src/pl_funcs.c
src/pl/plpgsql/src/scan.l