From 14b7c8f2d062d50f2ad5d306c5cc26b7ec5cf11e Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Thu, 28 Aug 2014 23:59:03 -0400
Subject: [PATCH] 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.
---
 doc/src/sgml/ref/alter_tablespace.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
-- 
GitLab