Re: max length of sql select statement ?

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: max length of sql select statement ?
Дата
Msg-id 1057757398.46100.63.camel@jester
обсуждение исходный текст
Ответ на Re: max length of sql select statement ?  (markus brosch <brosch@gmx.de>)
Список 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 по дате отправления:

Предыдущее
От: "Rudi Starcevic"
Дата:
Сообщение: Re: Logging select statements
Следующее
От: Yasir Malik
Дата:
Сообщение: Re: Need help with complex query