OSDN Git Service

Implement dollar-quoting in the backend lexer and psql. Documentation
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Feb 2004 21:45:18 +0000 (21:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Feb 2004 21:45:18 +0000 (21:45 +0000)
commit58e705320e0c9e691a3fd2bd544f375ee0ca23d6
tree27b842527b7f23b1f4291e133314ecb76df7107f
parent1f87d79142b13013226be9f496dfd54031a77f0a
Implement dollar-quoting in the backend lexer and psql.  Documentation
is still lacking, as is support in plpgsql and other places, but this is
the basic feature.  Patch by Andrew Dunstan, some tweaking by Tom Lane.
Also, enable %option nodefault in these two lexers, and patch some gaps
revealed thereby.
src/backend/parser/scan.l
src/bin/psql/prompt.c
src/bin/psql/prompt.h
src/bin/psql/psqlscan.l