Fix pg_dump to add the required OPERATOR() decoration to schema-qualified

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b4feb29e0de7b583cbad57b076a9a63b81d12695
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-09T21:16:57Z
Releases: 7.3.14
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 :-(

Files

PathChange+/−
src/bin/pg_dump/pg_dump.c modified +24 −12