Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cfb64fd

Browse files
committed
doc: Adjust wording of ALTER TABLESPACE restriction
Report by Noah Misch
1 parent 0ee98d1 commit cfb64fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/alter_database.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ALTER DATABASE <replaceable class="PARAMETER">name</replaceable> RESET ALL
7878
create privilege for the new tablespace.
7979
This command physically moves any tables or indexes in the database's old
8080
default tablespace to the new tablespace. The new default tablespace
81-
for this database must be empty, and no one can be connected to
81+
must be empty for this database, and no one can be connected to
8282
the database. Tables and indexes in non-default tablespaces are
8383
unaffected.
8484
</para>

0 commit comments

Comments
 (0)