summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Frost2014-11-14 20:16:01 +0000
committerStephen Frost2014-11-14 20:16:01 +0000
commit155c0f24b7d370eb57fb8dde0447e11e41c405c2 (patch)
tree36240023b51a105aa2bfc2624b8fb64ed129fa22
parent86cf9a565069755189e08290343d2d62afdd1f52 (diff)
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!).
-rw-r--r--doc/src/sgml/ref/alter_tablespace.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_tablespace.sgml b/doc/src/sgml/ref/alter_tablespace.sgml
index 1976b77e1e..9d27173d71 100644
--- a/doc/src/sgml/ref/alter_tablespace.sgml
+++ b/doc/src/sgml/ref/alter_tablespace.sgml
@@ -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>