projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee98d1
)
doc: Adjust wording of ALTER TABLESPACE restriction
author
Bruce Momjian
<
[email protected]
>
Sat, 20 Dec 2014 01:56:03 +0000
(20:56 -0500)
committer
Bruce Momjian
<
[email protected]
>
Sat, 20 Dec 2014 01:56:03 +0000
(20:56 -0500)
Report by Noah Misch
doc/src/sgml/ref/alter_database.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_database.sgml
b/doc/src/sgml/ref/alter_database.sgml
index 333db5b1c20333e5bf3f354f82daef8287bce446..95c7ac91584267d32d6108b857cf4b3a046a03b8 100644
(file)
--- a/
doc/src/sgml/ref/alter_database.sgml
+++ b/
doc/src/sgml/ref/alter_database.sgml
@@
-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>