From cab937b4e15a9376a892a23ea77719838159d61e Mon Sep 17 00:00:00 2001 From: zhouxiongjia <719216473@qq.com> Date: Tue, 15 Dec 2020 14:45:11 +0800 Subject: [PATCH] update the help-information of creating tablespace. --- doc/src/sgml/ref/create_tablespace.sgmlin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/create_tablespace.sgmlin b/doc/src/sgml/ref/create_tablespace.sgmlin index 7507256b4..553dafe41 100644 --- a/doc/src/sgml/ref/create_tablespace.sgmlin +++ b/doc/src/sgml/ref/create_tablespace.sgmlin @@ -11,7 +11,7 @@ CREATE TABLESPACE tablespace_name - [ OWNER user_name ] RELATIVE LOCATION 'directory' [ MAXSIZE 'space_size' ] + [ OWNER user_name ] [ RELATIVE ] LOCATION 'directory' [ MAXSIZE 'space_size' ] [with_option_clause]; where option_clause can be: