Skip to content

Commit 18f1010

Browse files
committed
add note about pg15
1 parent 7575377 commit 18f1010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operations/create_index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ description: A create index operation creates a new index on a set of columns.
3636
* The field `method` can be `btree`, `hash`, `gist`, `spgist`, `gin`, `brin`.
3737
* You can also specify storage parameters for the index in `storage_parameters`.
3838
* To create a unique index set `unique` to `true`.
39-
* If the index is unique, you can configure `nulls_not_distinct`.
39+
* If the index is unique, you can configure `nulls_not_distinct` in case of PG15+.
4040

4141
## Examples
4242

0 commit comments

Comments
 (0)