Allow REASSIGNED OWNED to handle opclasses and opfamilies.

Robert Haas <rhaas@postgresql.org>

Commit: b3b7d603fb397219ada12a8044e6a51aa351958d
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-07-03T13:53:13Z
Releases: 9.0.0
Allow REASSIGNED OWNED to handle opclasses and opfamilies.

Backpatch to 8.3, which is as far back as we have opfamilies.
The opclass portion could probably be backpatched to 8.2, when
REASSIGN OWNED was added, but for now I have not done that.

Asko Tiidumaa, with minor adjustments by me.

Files