]> granicus.if.org Git - postgresql/commitdiff
Revert change to ALTER TABLESPACE summary.
authorStephen Frost <sfrost@snowman.net>
Fri, 14 Nov 2014 20:16:01 +0000 (15:16 -0500)
committerStephen Frost <sfrost@snowman.net>
Fri, 14 Nov 2014 20:18:04 +0000 (15:18 -0500)
When ALTER TABLESPACE MOVE ALL was changed to be ALTER TABLE ALL IN
TABLESPACE, the ALTER TABLESPACE summary should have been adjusted back
to its original definition.

Patch by Thom Brown (thanks!).

doc/src/sgml/ref/alter_tablespace.sgml

index 1976b77e1e5a2f8c7a965b1b6e7f898ea5228fc5..9d27173d71e9aececfc0d106e9a7d287194a38de 100644 (file)
@@ -33,8 +33,7 @@ ALTER TABLESPACE <replaceable>name</replaceable> RESET ( <replaceable class="PAR
 
   <para>
    <command>ALTER TABLESPACE</command> can be used to change the definition of
-   a tablespace or to migrate objects in the current database between
-   tablespaces.
+   a tablespace.
   </para>
 
   <para>