diff options
author | Bruce Momjian | 2010-10-18 18:15:58 +0000 |
---|---|---|
committer | Bruce Momjian | 2010-10-18 18:15:58 +0000 |
commit | 433c7a654556cc43b8f4e5c4c1b175480b266ba5 (patch) | |
tree | 32c4a441851eed2998104b157a01b15f5fc4ff5d | |
parent | 9c73e20f38e21f68d92f45238cd6314b241dd96e (diff) |
Document the tablespace directory "should" be empty, rather than "must"
be empty. Because of binary migration usage, it might not be empty.
-rw-r--r-- | doc/src/sgml/ref/create_tablespace.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_tablespace.sgml b/doc/src/sgml/ref/create_tablespace.sgml index 24fb79e539..beda4540c8 100644 --- 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> |