• Stephen Frost's avatar
    Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' · 3c4cf080
    Stephen Frost authored
    As 'ALTER TABLESPACE .. MOVE ALL' really didn't change the tablespace
    but instead changed objects inside tablespaces, it made sense to
    rework the syntax and supporting functions to operate under the
    'ALTER (TABLE|INDEX|MATERIALIZED VIEW)' syntax and to be in
    tablecmds.c.
    
    Pointed out by Alvaro, who also suggested the new syntax.
    
    Back-patch to 9.4.
    3c4cf080
copyfuncs.c 94.2 KB