]> git.ipfire.org Git - thirdparty/postgresql.git/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:37 +0000 (21:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jan 2006 21:16:37 +0000 (21:16 +0000)
commit59327401cc3439ce19092a018f1f8cbe17318fad
tree1aa635fbb560fe850c88d0761efa27c37128efb4
parentd984548ac906fef75a7996c1aba943ce9edf69de
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