]> granicus.if.org Git - postgresql/commit
Fix pg_dump to add the required OPERATOR() decoration to schema-qualified
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jan 2006 21:16:57 +0000 (21:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jan 2006 21:16:57 +0000 (21:16 +0000)
commitb4feb29e0de7b583cbad57b076a9a63b81d12695
tree1de0fa6849ff446f94b4a47875967ffdd9ebdcce
parent88f2145326ece1bafe2aa1bd0eb2095ba55de1b0
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 :-(
src/bin/pg_dump/pg_dump.c