Re: lots of values for IN() clause

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: lots of values for IN() clause
Дата
Msg-id 20061102162026.GD2516@svana.org
обсуждение исходный текст
Ответ на Re: lots of values for IN() clause  (Markus Schiltknecht <markus@bluegap.ch>)
Список pgsql-general
On Thu, Nov 02, 2006 at 05:16:40PM +0100, Markus Schiltknecht wrote:
> OTOH, having to configure such things is not exactly user friendly. I
> guess it's difficult to determine the stack limit in a cross-platform
> way. Or does having that configuration option other reasons for existence?

A patch went in recently that (on platforms where it's possible) tries
to determine the maximum stack depth and complains if you set it too
large. So this problem should go away in the future...

There might be situations where you want to be able to use a larger
stack, that's why it's configurable. PostgreSQL now actually checks
whether the number you provided makes sense.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: Markus Schiltknecht
Дата:
Сообщение: Re: lots of values for IN() clause
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Weird double single quote issue