Document the tablespace directory "should" be empty, rather than "must"
authorBruce Momjian <[email protected]>
Mon, 18 Oct 2010 18:16:45 +0000 (18:16 +0000)
committerBruce 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

index 8b212361fb85f3aebb7b4b79b9fa0fd1488f4b97..c61d65115fd068d3d0babe40759e143f60221f03 100644 (file)
@@ -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>