This patch allows pg_restore to recognize $-quotes in SQL queries. It
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_backup_archiver.h | modified | +5 −2 |
| src/bin/pg_dump/pg_backup_db.c | modified | +196 −70 |