REASSIGN OWNED: handle shared objects, too
Alvaro Herrera <alvherre@alvh.no-ip.org>
REASSIGN OWNED: handle shared objects, too Give away ownership of shared objects (databases, tablespaces) along with local objects, per original code intention. Try to make the documentation clearer, too. Per discussion about DROP OWNED's brokenness, in bug #7748. This is not backpatched because it'd require some refactoring of the ALTER/SET OWNER code for databases and tablespaces.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/reassign_owned.sgml | modified | +5 −10 |
| src/backend/catalog/pg_shdepend.c | modified | +8 −2 |