Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 433c7a6

Browse files
committed
Document the tablespace directory "should" be empty, rather than "must"
be empty. Because of binary migration usage, it might not be empty.
1 parent 9c73e20 commit 433c7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_tablespace.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ CREATE TABLESPACE <replaceable class="parameter">tablespace_name</replaceable> [
8181
<listitem>
8282
<para>
8383
The directory that will be used for the tablespace. The directory
84-
must be empty and must be owned by the
84+
should be empty and must be owned by the
8585
<productname>PostgreSQL</> system user. The directory must be
8686
specified by an absolute path name.
8787
</para>

0 commit comments

Comments
 (0)