From: Bruce Momjian Date: Mon, 18 Oct 2010 18:16:45 +0000 (+0000) Subject: Document the tablespace directory "should" be empty, rather than "must" X-Git-Tag: REL9_0_2~61 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=02b1f04770f09abe8a78260a9f0c43fe2dc3ab8b;p=pg-rex%2Fsyncrep.git Document the tablespace directory "should" be empty, rather than "must" be empty. Because of binary migration usage, it might not be empty. --- diff --git a/doc/src/sgml/ref/create_tablespace.sgml b/doc/src/sgml/ref/create_tablespace.sgml index 8b212361fb..c61d65115f 100644 --- a/doc/src/sgml/ref/create_tablespace.sgml +++ b/doc/src/sgml/ref/create_tablespace.sgml @@ -81,7 +81,7 @@ CREATE TABLESPACE tablespace_name [ 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 PostgreSQL system user. The directory must be specified by an absolute path name.