Обсуждение: pgsql: Quote string literals correctly in the new CREATE SERVER

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

pgsql: Quote string literals correctly in the new CREATE SERVER

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
Log Message:
-----------
Quote string literals correctly in the new CREATE SERVER statements
and binary upgrade UPDATE statements.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.534 -> r1.535)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.534&r2=1.535)
        pg_dumpall.c (r1.122 -> r1.123)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpall.c?r1=1.122&r2=1.123)