Commit 155c0f24 authored by Stephen Frost's avatar Stephen Frost

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!).
parent 86cf9a56
...@@ -33,8 +33,7 @@ ALTER TABLESPACE <replaceable>name</replaceable> RESET ( <replaceable class="PAR ...@@ -33,8 +33,7 @@ ALTER TABLESPACE <replaceable>name</replaceable> RESET ( <replaceable class="PAR
<para> <para>
<command>ALTER TABLESPACE</command> can be used to change the definition of <command>ALTER TABLESPACE</command> can be used to change the definition of
a tablespace or to migrate objects in the current database between a tablespace.
tablespaces.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment