mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
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:
parent
eed33cdd83
commit
02b1f04770
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue