Revert change to ALTER TABLESPACE summary.

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!).
This commit is contained in:
Stephen Frost 2014-11-14 15:16:01 -05:00
parent 137e4da6df
commit 2113f7215d
1 changed files with 1 additions and 2 deletions

View 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>