Skip to content

Commit

Permalink
Update website/docs/reference/resource-configs/postgres-configs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Beatty <[email protected]>
  • Loading branch information
mikealfare and dbeatty10 authored Dec 6, 2023
1 parent 406b408 commit 54b2941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ with the following configuration parameters:
indexes=[
{
'columns': ['<column_name>', ...],
'unique': <bool>},
'unique': <bool>,
'type': '{ HASH | B-TREE | GIST | SP-GIST | GIN | BRIN }',
]
) }}
Expand Down

0 comments on commit 54b2941

Please sign in to comment.