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

From: Thomas Lockhart <thomas>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/parser (scan.l)
Date: 2000-08-06 17:50:39
Message-ID: 200008061750.e76HodH62232@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2000-08-06 17:50:52 pgsql/src/bin/pg_dump (common.c)
Previous Message Tom Lane 2000-08-06 04:40:20 pgsql/src/backend/commands (analyze.c)