]> granicus.if.org Git - postgresql/commit
Support SQL99 embedded double-quote syntax for quoted identifiers.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 6 Aug 2000 17:50:48 +0000 (17:50 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 6 Aug 2000 17:50:48 +0000 (17:50 +0000)
commitdf40234639905eb891a0ef92ed13efe31d6aa316
treecfb5e0b21801e9a4c1cedd11061d46b82c41dc4d
parentc3e2a951b496f8030442f157b201cbddab5b5662
Support SQL99 embedded double-quote syntax for quoted identifiers.
Allow this in the parser and in pg_dump, but it is probably not enough
 for a complete solution.
Better to have the feature started then never here.
src/backend/parser/scan.l
src/bin/pg_dump/common.c