diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-08-28 23:59:03 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-08-28 23:59:03 -0400 |
commit | f41381e240f4312017f9f70fea194e59d8cc3a2e (patch) | |
tree | 926d88922c5e8bf8dfdac7399f834a6f4e690473 | |
parent | c45af8fa111ea381b428ab31adcaa5ecd032f06a (diff) | |
download | postgresql-f41381e240f4312017f9f70fea194e59d8cc3a2e.tar.gz postgresql-f41381e240f4312017f9f70fea194e59d8cc3a2e.zip |
doc: Revert ALTER TABLESPACE summary line
It was changed when ALTER TABLESPACE / MOVE was added but then not
updated when that was moved back out.
-rw-r--r-- | doc/src/sgml/ref/alter_tablespace.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_tablespace.sgml b/doc/src/sgml/ref/alter_tablespace.sgml index 7c4aabc5826..1976b77e1e5 100644 --- a/doc/src/sgml/ref/alter_tablespace.sgml +++ b/doc/src/sgml/ref/alter_tablespace.sgml @@ -16,7 +16,7 @@ PostgreSQL documentation <refnamediv> <refname>ALTER TABLESPACE</refname> - <refpurpose>change the definition of a tablespace or affect objects of a tablespace</refpurpose> + <refpurpose>change the definition of a tablespace</refpurpose> </refnamediv> <refsynopsisdiv> |