projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eed33cd
)
Document the tablespace directory "should" be empty, rather than "must"
author
Bruce Momjian
<
[email protected]
>
Mon, 18 Oct 2010 18:16:45 +0000
(18:16 +0000)
committer
Bruce Momjian
<
[email protected]
>
Mon, 18 Oct 2010 18:16:45 +0000
(18:16 +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 8b212361fb85f3aebb7b4b79b9fa0fd1488f4b97..c61d65115fd068d3d0babe40759e143f60221f03 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>