]> 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:25 +0000 (21:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jan 2006 21:16:25 +0000 (21:16 +0000)
commitd3934a3f388ff8058605e72c4c32f324e9eef1da
tree3ab6cc19b6d441ae80a0c1bc007d278e6ce03a4d
parented47146f1e376a1dc3dbef4ea9a53cac9eebe3c6
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