max_expr_depth

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема max_expr_depth
Дата
Msg-id 3B2EA1E9.843D940A@selectacast.net
обсуждение исходный текст
Ответы Re: max_expr_depth  (Ryan Mahoney <ryan@paymentalliance.net>)
Re: max_expr_depth  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I recently tried to do a big update with postgres 7.1.2.  The update was
something like
UPDATE table SET status = 2 WHERE id IN (a few thousand entries)  AND
status = 1;


and I got:
ERROR:  Expression too complex: nesting depth exceeds max_expr_depth =
10000

What exactly caused this and how do I work around it?


--
Joseph Shraibman
jks@selectacast.net
Increase signal to noise ratio.  http://www.targabot.com

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

Предыдущее
От: Philip Hallstrom
Дата:
Сообщение: Re: aggregate function for median calculation
Следующее
От: Ryan Mahoney
Дата:
Сообщение: Re: max_expr_depth