• Stephen Frost's avatar
    ALTER TABLESPACE ... MOVE ... OWNED BY · fbe19ee3
    Stephen Frost authored
    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.
    fbe19ee3
tablespace.c 46.3 KB