]> granicus.if.org Git - postgresql/commit
When dumping CREATE INDEX, must show opclass name if the opclass isn't
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Oct 2003 22:25:08 +0000 (22:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Oct 2003 22:25:08 +0000 (22:25 +0000)
commitf8ee74faebbfaabd254790964cbf64dcffef54a1
tree1c794e6c1117a186341edd406d50c1859570da1f
parent243f11ccf1ed132b0ceff7b5515561a37a1ee2fc
When dumping CREATE INDEX, must show opclass name if the opclass isn't
in the schema search path.  Otherwise pg_dump doesn't correctly dump
scenarios where a custom opclass is created in 'public' and then used
by indexes in other schemas.
src/backend/utils/adt/ruleutils.c