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

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql-server: This patch allows pg_restore to recognize $-quotes in SQL
Дата
Msg-id 20040820160716.237665E46C0@svr1.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server: Add mention of environment variable conflict with
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server: Attached is the third version of my patch that adds/fixes