Обсуждение: pgsql-server: This patch allows pg_restore to recognize $-quotes in SQL

Поиск
Список
Период
Сортировка

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

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
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)