Skip to content

Commit de2cf24

Browse files
committed
Clarify docs regarding tablespace options ignored in flex backend
Fixes #1182.
1 parent d34b7a2 commit de2cf24

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/flex.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,10 @@ flex backend, because they don't make sense in that context:
271271
option.)
272272
* `-G|--multi-geometry` (Use the `multi` option on the geometry transformation
273273
instead.)
274-
* The command line options to set the tablespace are ignored by the flex
275-
backend, instead use the `data_tablespace` or `index_tablespace` options
276-
when defining your table.
274+
* The command line options to set the tablespace (`-i|--tablespace-index`,
275+
`--tablespace-main-data`, `--tablespace-main-index`) are ignored by the flex
276+
backend, instead use the `data_tablespace` or `index_tablespace` options when
277+
defining your table.
277278

278279
## Type conversions
279280

0 commit comments

Comments
 (0)