]> granicus.if.org Git - postgresql/commit
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
authorRobert Haas <rhaas@postgresql.org>
Sat, 3 Jul 2010 13:53:26 +0000 (13:53 +0000)
committerRobert Haas <rhaas@postgresql.org>
Sat, 3 Jul 2010 13:53:26 +0000 (13:53 +0000)
commitbf53e7938d14d9cbe22d5756c76529a882420085
treea823fa510a2182377101bee562befcca07a6cc51
parent007d0783c797fd244980659a9dc711713e4c74d3
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.
src/backend/catalog/pg_shdepend.c
src/backend/commands/opclasscmds.c
src/include/commands/defrem.h