Files
dolthub--doltgresql/testing/generation/command_docs/synopses/create_tablespace.txt
T
2026-07-13 12:32:25 +08:00

5 lines
195 B
Plaintext

CREATE TABLESPACE $tablespace_name$
[ OWNER { $new_owner$ | CURRENT_ROLE | CURRENT_USER | SESSION_USER } ]
LOCATION '$directory$'
[ WITH ( $tablespace_option$ = $value$ [ , ... ] ) ]