]> 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:17 +0000 (21:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jan 2006 21:16:17 +0000 (21:16 +0000)
commite4a6bd224c79d4d2abb9da6ed308849b82297241
tree4753a4b476f1b776c1562a9d40346c263f445fa1
parent894829a32ce25fb1a23e665fafb310c8c65d5db6
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