pgsql: Fix pg_dump to add the required OPERATOR() decoration to

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix pg_dump to add the required OPERATOR() decoration to
Дата
Msg-id 20060109211619.7FC039DC944@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix pg_dump to add the required OPERATOR() decoration to schema-qualified
operator names.  This is needed when dumping operator definitions that have
COMMUTATOR (or similar) links to operators in other schemas.
Apparently Daniel Whitter is the first person ever to try this :-(

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.425 -> r1.426)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.425&r2=1.426)

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

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Change allow_system_table_mods to PGC_POSTMASTER, restoring
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix pg_dump to add the required OPERATOR() decoration to