If index

CREATE UNIQUE INDEX toode_toode_unique_pattern_idx
 ON firma1.toode
 USING btree
 (lower(toode::text) text_pattern_ops);


is dropped, this error does not occur.

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

              http://archives.postgresql.org/

Reply via email to