From: Kyotaro Horiguchi Date: Wed, 24 Apr 2019 16:02:47 +0900 Subject: [PATCH 5/5] Documentation update --- doc/src/sgml/ref/create_tablespace.sgml | 5 +++-- doc/src/sgml/ref/pg_basebackup.sgml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/create_tablespace.sgml b/doc/src/sgml/ref/create_tablespace.sgml index c621ec2c6b..e2e9625483 100644 --- a/doc/src/sgml/ref/create_tablespace.sgml +++ b/doc/src/sgml/ref/create_tablespace.sgml @@ -94,8 +94,9 @@ CREATE TABLESPACE tablespace_name The directory that will be used for the tablespace. The directory must exist (CREATE TABLESPACE will not create it), should be empty, and must be owned by the - PostgreSQL system user. The directory must be - specified by an absolute path name. + PostgreSQL system user. The directory may + be specified by a relative path name based on the data directory but + must not be inside the data directory. diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index fc9e222f8d..ba9ba13b4c 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -238,8 +238,8 @@ PostgreSQL documentation path specification of the tablespace as it is currently defined. (But it is not an error if there is no tablespace in olddir contained in the backup.) - Both olddir - and newdir must be absolute paths. If a + If newdir is a relative path, + it is translated based on the output directory. If a path happens to contain a = sign, escape it with a backslash. This option can be specified multiple times for multiple tablespaces. See examples below. -- 2.16.3 ----Next_Part(Wed_Apr_24_17_02_28_2019_644)----