Re: What is the maximum length of an IN(a,b,c....d) list in PostgreSQL
В списке pgsql-general по дате отправления:
| От | Michael Fuhr |
|---|---|
| Тема | Re: What is the maximum length of an IN(a,b,c....d) list in PostgreSQL |
| Дата | |
| Msg-id | 20060120172930.GA39421@winnie.fuhr.org обсуждение исходный текст |
| Ответ на | What is the maximum length of an IN(a,b,c....d) list in PostgreSQL (frank church <pgsql@adontendev.net>) |
| Ответы |
Re: What is the maximum length of an IN(a,b,c....d) list in PostgreSQL
|
| Список | pgsql-general |
On Fri, Jan 20, 2006 at 02:41:04PM +0000, frank church wrote: > Is the value the actual length of the IN string, or is the maximum of the comma > separated exressions? The number of expressions. If you set max_expr_depth to 10 then ten 1-character values cause an error but nine 10000-character values should be fine (tested on my 7.4.11 system). I think the same applies to 8.0 and later with max_stack_depth: the limit depends on the number of expressions, not on the lengths of the elements. At least that's what my tests seem to show. -- Michael Fuhr
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера