pgsql-server: This patch allows pg_restore to recognize $-quotes in SQL

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: This patch allows pg_restore to recognize $-quotes in SQL
Date: 2004-08-20 16:07:16
Message-ID: 20040820160716.237665E46C0@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
This patch allows pg_restore to recognize $-quotes in SQL queries. It
will treat any unquoted string that starts with a $ and has no preceding
identifier chars as a potential $-quote tag, it then makes sure that the
tag chars are valid. If so, it processes the $-quote.

Philip Warner

Modified Files:
--------------
pgsql-server/src/bin/pg_dump:
pg_backup_archiver.h (r1.58 -> r1.59)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_dump/pg_backup_archiver.h.diff?r1=1.58&r2=1.59)
pg_backup_db.c (r1.53 -> r1.54)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_dump/pg_backup_db.c.diff?r1=1.53&r2=1.54)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-08-20 19:24:59 pgsql-server: Attached is the third version of my patch that adds/fixes
Previous Message Bruce Momjian 2004-08-20 15:20:27 pgsql-server: Add mention of environment variable conflict with