Обсуждение: pgsql: Fix pg_dump to add the required OPERATOR() decoration to

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

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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 :-(

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.400.4.5 -> r1.400.4.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.400.4.5&r2=1.400.4.6)