]> granicus.if.org Git - postgresql/commitdiff
doc: restrictions on alter database moving default tablespace
authorBruce Momjian <bruce@momjian.us>
Sat, 18 Oct 2014 14:23:42 +0000 (10:23 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 18 Oct 2014 14:23:42 +0000 (10:23 -0400)
Mention tablespace must be empty and no one connected to the database.

Report by Josh Berkus

doc/src/sgml/ref/alter_database.sgml

index 3724c05e2c0cfd6c1128094d9545747f8a75970c..333db5b1c20333e5bf3f354f82daef8287bce446 100644 (file)
@@ -77,8 +77,10 @@ ALTER DATABASE <replaceable class="PARAMETER">name</replaceable> RESET ALL
    Only the database owner or a superuser can do this; you must also have
    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.  Note that tables and indexes
-   in non-default tablespaces are not affected.
+   default tablespace to the new tablespace.  The new default tablespace
+   for this database must be empty, and no one can be connected to
+   the database.  Tables and indexes in non-default tablespaces are
+   unaffected.
   </para>
 
   <para>