pgsql: Fix pg_dump to add the required OPERATOR() decoration to - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix pg_dump to add the required OPERATOR() decoration to
Date
Msg-id 20060109211619.7FC039DC944@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Change allow_system_table_mods to PGC_POSTMASTER, restoring
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_dump to add the required OPERATOR() decoration to