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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/src backend/parser/scan.l bin/psq ...
Date
Msg-id 20040224214518.D6101D1D1A4@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: meskes@svr1.postgresql.org (Michael Meskes)
Date:
Subject: pgsql-server/src/interfaces/ecpg/pgtypeslib Ta ...
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/ ontrib/cube/cubescan.l ontrib/se ...