update the help-information of creating tablespace.

This commit is contained in:
zhouxiongjia
2020-12-15 14:45:11 +08:00
parent 706c540fc7
commit cab937b4e1

View File

@ -11,7 +11,7 @@
<refsynopsisdiv>
<synopsis>
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: