Re: pgsql: Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'

From: Thom Brown <thom(at)linux(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Date: 2014-11-11 16:27:09
Message-ID: CAA-aLv5Ocde7L8thohJnv8ihosq7bpovyK7u=oEdtxJOoQ6+cw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 22 August 2014 00:13, Stephen Frost <sfrost(at)snowman(dot)net> wrote:

> Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
>
> 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.
>
> Branch
> ------
> master
>
> Details
> -------
>
> http://git.postgresql.org/pg/commitdiff/3c4cf080879b386d4ed1814667aca025caafe608
>
> Modified Files
> --------------
> doc/src/sgml/ref/alter_index.sgml | 13 ++
> doc/src/sgml/ref/alter_materialized_view.sgml | 2 +
> doc/src/sgml/ref/alter_table.sgml | 20 ++-
> doc/src/sgml/ref/alter_tablespace.sgml | 78 -----------
>

There's still some left-over text that wasn't reverted. Patch attached to
fix.
--
Thom

Attachment Content-Type Size
revert_alter_tablespace_move_blurb.patch text/x-patch 533 bytes

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-11-11 22:00:52 pgsql: Fix dependency searching for case where column is visited before
Previous Message Fujii Masao 2014-11-11 12:45:25 pgsql: Add generate_series(numeric, numeric).