]> 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:46 +0000 (21:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jan 2006 21:16:46 +0000 (21:16 +0000)
commit1fc010cc9695c72fedd45b85ed2d8dadcdc7734a
treed52ed5dcdae0f99a1bbceeda5794ba1abe1160da
parent2942023a2a865b64cf1404f369a862aa04dda72b
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