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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/parser/scan.l bin/psq ...
Date: 2004-02-24 21:45:18
Message-ID: 20040224214518.D6101D1D1A4@svr1.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-02-24 22:06:32 pgsql-server/ ontrib/cube/cubescan.l ontrib/se ...
Previous Message Michael Meskes 2004-02-24 16:09:16 pgsql-server/src/interfaces/ecpg/pgtypeslib Ta ...