Обсуждение: Re: invalid memory alloc request size 2147483648 using toode LIKE 'ä%'

Поиск
Список
Период
Сортировка

Re: invalid memory alloc request size 2147483648 using toode LIKE 'ä%'

От
"Andrus"
Дата:
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.