Create GIN index in Postgres
I need to create this index in postgres:
and this is the code I have:
Reading the docs on GitHub I was able to create "normal" index, but it's not clear how to specify index configuration options (like the type of index etc).
and this is the code I have:
Reading the docs on GitHub I was able to create "normal" index, but it's not clear how to specify index configuration options (like the type of index etc).