diff options
| author | Bruce Momjian <bruce@momjian.us> | 2010-10-18 18:16:45 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2010-10-18 18:16:45 +0000 |
| commit | 02b1f04770f09abe8a78260a9f0c43fe2dc3ab8b (patch) | |
| tree | 5194fdbf59e02c1752e48414b742804e0a0d18dc /doc/src | |
| parent | eed33cdd83a6f8693c40268adc39d6d65fff8b23 (diff) | |
Document the tablespace directory "should" be empty, rather than "must"
be empty. Because of binary migration usage, it might not be empty.
Diffstat (limited to 'doc/src')
| -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 8b212361fb8..c61d65115fd 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> |
