This patch allows pg_restore to recognize $-quotes in SQL queries. It

Bruce Momjian <bruce@momjian.us>

Commit: 1b5e0143b51b672672e8256dc7e8f31f41ebc88f
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-08-20T16:07:15Z
Releases: 8.0.0
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

Files

PathChange+/−
src/bin/pg_dump/pg_backup_archiver.h modified +5 −2
src/bin/pg_dump/pg_backup_db.c modified +196 −70