projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c73e20
)
Document the tablespace directory "should" be empty, rather than "must"
author
Bruce Momjian
<bruce@momjian.us>
Mon, 18 Oct 2010 18:15:58 +0000
(18:15 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 18 Oct 2010 18:15:58 +0000
(18:15 +0000)
be empty. Because of binary migration usage, it might not be empty.
doc/src/sgml/ref/create_tablespace.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_tablespace.sgml
b/doc/src/sgml/ref/create_tablespace.sgml
index 24fb79e53981600e685b9513fbfb61da4bc33aa8..beda4540c81aebbbc346609d0f7bed6ac02110a3 100644
(file)
--- a/
doc/src/sgml/ref/create_tablespace.sgml
+++ b/
doc/src/sgml/ref/create_tablespace.sgml
@@
-81,7
+81,7
@@
CREATE TABLESPACE <replaceable class="parameter">tablespace_name</replaceable> [
<listitem>
<para>
The directory that will be used for the tablespace. The directory
-
must
be empty and must be owned by the
+
should
be empty and must be owned by the
<productname>PostgreSQL</> system user. The directory must be
specified by an absolute path name.
</para>