pgsql/src/bin/pg_dump (common.c)

From: Thomas Lockhart <thomas>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump (common.c)
Date: 2000-08-06 17:50:52
Message-ID: 200008061750.e76HoqY62294@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, August 6, 2000 @ 13:50:50
Author: thomas

Update of /home/projects/pgsql/cvsroot/pgsql/src/bin/pg_dump
from hub.org:/home/projects/pgsql/developers/thomas/CURRENT/pgsql/src/bin/pg_dump

Modified Files:
common.c

----------------------------- 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 18:05:25 pgsql/src/backend/parser (gram.y keywords.c)
Previous Message Thomas Lockhart 2000-08-06 17:50:39 pgsql/src/backend/parser (scan.l)