Allow REASSIGNED OWNED to handle opclasses and opfamilies.

Robert Haas <rhaas@postgresql.org>

Commit: bf53e7938d14d9cbe22d5756c76529a882420085
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-07-03T13:53:26Z
Releases: 8.4.5
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