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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_dump to add the required OPERATOR() decoration to
Date: 2006-01-09 21:16:39
Message-ID: 20060109211639.5C5609DC9C9@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-09 21:16:48 pgsql: Fix pg_dump to add the required OPERATOR() decoration to
Previous Message Tom Lane 2006-01-09 21:16:27 pgsql: Fix pg_dump to add the required OPERATOR() decoration to