Thread: pgsql-server/src backend/parser/scan.l bin/psq ...

pgsql-server/src backend/parser/scan.l bin/psq ...

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/02/24 17:45:18

Modified files:
    src/backend/parser: scan.l
    src/bin/psql   : prompt.c prompt.h psqlscan.l

Log message:
    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.