pgsql/src/backend/parser (scan.l)

Started by Thomas Lockhart <>almost 26 years ago1 messagescomitters
Jump to latest
#1Thomas Lockhart <>
thomas_lockhart___@unknown.user

Date: Sunday, August 6, 2000 @ 13:50:38
Author: thomas

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
from hub.org:/home/projects/pgsql/developers/thomas/CURRENT/pgsql/src/backend/parser

Modified Files:
scan.l

----------------------------- Log Message -----------------------------

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.