Re: PSQL: argument exceeds the maximum length of 1024 bytes

Поиск
Список
Период
Сортировка
От Janek Sendrowski
Тема Re: PSQL: argument exceeds the maximum length of 1024 bytes
Дата
Msg-id trinity-c54f1bc9-b84b-4d67-ba36-7b33cc8c2a10-1381598502837@3capp-webde-bs04
обсуждение исходный текст
Ответ на Re: PSQL: argument exceeds the maximum length of 1024 bytes  (hubert depesz lubaczewski <depesz@depesz.com>)
Ответы Re: PSQL: argument exceeds the maximum length of 1024 bytes  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
I would say it's just a query with to many rows or something like that.
My query was: SELECT jaro('word', col) FROM table.
The tables has ca. 75000 rows. If I'm gonna use the WHERE condition and only select the first 10000 rows, it's working.
So it could be something with the memory, but 1024 bytes?!
 
Janek Sendrowski


В списке pgsql-general по дате отправления:

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: PSQL: argument exceeds the maximum length of 1024 bytes
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: PSQL: argument exceeds the maximum length of 1024 bytes