pdina
DTDrizzle Team
•Created by pdina on 5/18/2023 in #help
Help with raw query
The following query is all raw. Is there a way to make SQL raw only the part of the
where
clause? (or still better a way to not use raw sql at all)
2 replies
DTDrizzle Team
•Created by pdina on 5/18/2023 in #help
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).
10 replies