doc: Adjust wording of ALTER TABLESPACE restriction

Report by Noah Misch
This commit is contained in:
Bruce Momjian 2014-12-19 20:56:03 -05:00
parent 0ee98d1cbf
commit cfb64fde7b

View File

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