Skip to content

Commit

Permalink
Update docs for the create_index operation (#566)
Browse files Browse the repository at this point in the history
Add the missing `storage_parameters` field to the `create_index`
operation documentation.
  • Loading branch information
andrew-farries authored Dec 26, 2024
1 parent e1ba0af commit e04850e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/operations/create_index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ description: A create index operation creates a new index on a set of columns.
"name": "index name",
"columns": [ "names of columns on which to define the index" ]
"predicate": "conditional expression for defining a partial index",
"storage_parameters": "comma-separated list of storage parameters",
"unique": true | false,
"method": "btree"
}
Expand Down

0 comments on commit e04850e

Please sign in to comment.