projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86cf9a5
)
Revert change to ALTER TABLESPACE summary.
author
Stephen Frost
<sfrost@snowman.net>
Fri, 14 Nov 2014 20:16:01 +0000
(15:16 -0500)
committer
Stephen Frost
<sfrost@snowman.net>
Fri, 14 Nov 2014 20:16:01 +0000
(15:16 -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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_tablespace.sgml
b/doc/src/sgml/ref/alter_tablespace.sgml
index 1976b77e1e5a2f8c7a965b1b6e7f898ea5228fc5..9d27173d71e9aececfc0d106e9a7d287194a38de 100644
(file)
--- 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>