8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c1ae2 commit 97d5548Copy full SHA for 97d5548
doc/src/sgml/ref/alter_database.sgml
@@ -77,8 +77,10 @@ ALTER DATABASE <replaceable class="PARAMETER">name</replaceable> RESET ALL
77
Only the database owner or a superuser can do this; you must also have
78
create privilege for the new tablespace.
79
This command physically moves any tables or indexes in the database's old
80
- default tablespace to the new tablespace. Note that tables and indexes
81
- 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
82
+ the database. Tables and indexes in non-default tablespaces are
83
+ unaffected.
84
</para>
85
86
<para>
0 commit comments