Skip to content
Snippets Groups Projects
Commit cfb64fde authored by Bruce Momjian's avatar Bruce Momjian
Browse files

doc: Adjust wording of ALTER TABLESPACE restriction

Report by Noah Misch
parent 0ee98d1c
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ ALTER DATABASE <replaceable class="PARAMETER">name</replaceable> RESET ALL ...@@ -78,7 +78,7 @@ ALTER DATABASE <replaceable class="PARAMETER">name</replaceable> RESET ALL
create privilege for the new tablespace. create privilege for the new tablespace.
This command physically moves any tables or indexes in the database's old This command physically moves any tables or indexes in the database's old
default tablespace to the new tablespace. The new default tablespace 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 the database. Tables and indexes in non-default tablespaces are
unaffected. unaffected.
</para> </para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment