Document the tablespace directory "should" be empty, rather than "must"

be empty.  Because of binary migration usage, it might not be empty.
This commit is contained in:
Bruce Momjian 2010-10-18 18:16:45 +00:00
parent eed33cdd83
commit 02b1f04770

View File

@ -81,7 +81,7 @@ CREATE TABLESPACE <replaceable class="parameter">tablespace_name</replaceable> [
<listitem> <listitem>
<para> <para>
The directory that will be used for the tablespace. The directory 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 <productname>PostgreSQL</> system user. The directory must be
specified by an absolute path name. specified by an absolute path name.
</para> </para>