ALTER TABLESPACE ... MOVE ... OWNED BY

Stephen Frost <sfrost@snowman.net>

Commit: fbe19ee3b87590f1006d072be5fecf8a33d4e9f5
Author: Stephen Frost <sfrost@snowman.net>
Date: 2014-01-24T04:52:40Z
Releases: 9.4.0
ALTER TABLESPACE ... MOVE ... OWNED BY

Add the ability to specify the objects to move by who those objects are
owned by (as relowner) and change ALL to mean ALL objects.  This
makes the command always operate against a well-defined set of objects
and not have the objects-to-be-moved based on the role of the user
running the command.

Per discussion with Simon and Tom.

Files