Answer the question
In order to leave comments, you need to log in
How to remove index in Postgres from JSON field?
You can create an index like this: CREATE INDEX ON table((column->>'attribute'));
How can I delete it?
Answer the question
In order to leave comments, you need to log in
see what name postgresql assigned to the index and delete by name
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question