aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-12-19 20:56:03 -0500
committerBruce Momjian <bruce@momjian.us>2014-12-19 20:56:03 -0500
commitcfb64fde7bb93fb44ebcb1f1924faec5b5705af7 (patch)
tree21e5a0e730d99a0a5d626734ce22347856d4a497
parent0ee98d1cbf1cd3b888633b2ee90e0001889c12b9 (diff)
downloadpostgresql-cfb64fde7bb93fb44ebcb1f1924faec5b5705af7.tar.gz
postgresql-cfb64fde7bb93fb44ebcb1f1924faec5b5705af7.zip
doc: Adjust wording of ALTER TABLESPACE restriction
Report by Noah Misch
-rw-r--r--doc/src/sgml/ref/alter_database.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_database.sgml b/doc/src/sgml/ref/alter_database.sgml
index 333db5b1c20..95c7ac91584 100644
--- a/doc/src/sgml/ref/alter_database.sgml
+++ b/doc/src/sgml/ref/alter_database.sgml
@@ -78,7 +78,7 @@ ALTER DATABASE <replaceable class="PARAMETER">name</replaceable> 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.
</para>