Closed
Description
New problem... Trying to create the rum index:
create index some_index on some_table using rum (some_column rum_tsvector_ops);
Here is the text of the error:
SQL Error [54000]: ERROR: index row size 1648 exceeds maximum 1336 for index "some_index"
org.postgresql.util.PSQLException: ERROR: index row size 1648 exceeds maximum 1336 for index "some_index"