From cfb64fde7bb93fb44ebcb1f1924faec5b5705af7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 19 Dec 2014 20:56:03 -0500 Subject: [PATCH] doc: Adjust wording of ALTER TABLESPACE restriction Report by Noah Misch --- doc/src/sgml/ref/alter_database.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/alter_database.sgml b/doc/src/sgml/ref/alter_database.sgml index 333db5b1c2..95c7ac9158 100644 --- a/doc/src/sgml/ref/alter_database.sgml +++ b/doc/src/sgml/ref/alter_database.sgml @@ -78,7 +78,7 @@ ALTER DATABASE name RESET ALL create privilege for the new tablespace. This command physically moves any tables or indexes in the database's old default tablespace to the new tablespace. The new default tablespace - for this database must be empty, and no one can be connected to + must be empty for this database, and no one can be connected to the database. Tables and indexes in non-default tablespaces are unaffected.