1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
Investigated this a bit and according to https://www.postgresql.org/docs/current/sql-createindex.html:
All functions and operators used in an index definition must be “immutable”.
In your case unaccent is STABLE, not immutable.
Try removing it to see if index can be created. If you still need it, you may need to find/build an immutable version of that function.
Hope it helps
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 5 months ago
