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 20060109211627.EA1459DC851@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 :-(

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.422.2.1 -> r1.422.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.422.2.1&r2=1.422.2.2)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_dump to add the required OPERATOR() decoration to
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_dump to add the required OPERATOR() decoration to