]> 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:24:54 +0000 (22:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Oct 2003 22:24:54 +0000 (22:24 +0000)
commitbea8af915253a56cb7536e30ce72e88968f3b6cb
treedc4ce591d990ccb1bfc4cf9d4ec02b6567a8c3e7
parentb4966453f6213f65777ab289c996b319a63bbc70
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