Re: max length of sql select statement ? - Mailing list pgsql-sql

From Rod Taylor
Subject Re: max length of sql select statement ?
Date
Msg-id 1057757398.46100.63.camel@jester
Whole thread Raw
In response to Re: max length of sql select statement ?  (markus brosch <brosch@gmx.de>)
List pgsql-sql
> Maybe we can disuss that problem here again?! What exactly means
> "max_expr_depth"? Thanks for any help

If I'm not mistaken, max_expr_depth is used to catch runaway recursion
(view a is select * from b, view b is select * from a).

It's a tunable in postgresql.conf.  Toss a couple of 0's behind the
number and uncomment the line.


pgsql-sql by date:

Previous
From: "Rudi Starcevic"
Date:
Subject: Re: Logging select statements
Next
From: Yasir Malik
Date:
Subject: Re: Need help with complex query