summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStephen Frost <sfrost@snowman.net>2014-11-14 15:16:01 -0500
committerStephen Frost <sfrost@snowman.net>2014-11-14 15:18:04 -0500
commit2113f7215d2e13f07c277a86efae900b25d94dc1 (patch)
tree749affd4a24afad577f33be1899132bdc480462c /doc
parent137e4da6df75a671d53bcc1e66097533c93c8732 (diff)
downloadpostgresql-2113f7215d2e13f07c277a86efae900b25d94dc1.tar.gz
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!).
Diffstat (limited to 'doc')
-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>