Re: max_expr_depth - Mailing list pgsql-general

From Joseph Shraibman
Subject Re: max_expr_depth
Date
Msg-id 3B2EA7CB.D4B35124@selectacast.net
Whole thread Raw
In response to Re: max_expr_depth  (Ryan Mahoney <ryan@paymentalliance.net>)
List pgsql-general
The idea was to improve performance by buffering a bunch of single
updates and doing a big update .. where in(list).

I surmised that it was my in() that was causing the problem, but I
wanted to know exactly what the problem was and how big I can make my
IN().

Ryan Mahoney wrote:
>
> I don't know the cause, but if you only have to run this procedure once in
> a while, you could select all the records that need to be updated, and use
> a text editor to build a few thousand single update statement, then save
> this file and echo it to the postgres backend through psql.
>
> Good Luck!
>
> -r
>
> At 08:50 PM 6/18/01 -0400, Joseph Shraibman wrote:
>
> >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 by date:

Previous
From: Doug McNaught
Date:
Subject: Re: max_expr_depth
Next
From: "Dave Cramer"
Date:
Subject: Error: RelationBuildTriggers: 2 record(s) not found for rel customerinfo