Re: algebraic rewriting

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: algebraic rewriting
Дата
Msg-id 1968.1019239478@sss.pgh.pa.us
обсуждение исходный текст
Ответ на algebraic rewriting  (sophie yang <yangsophie@yahoo.com>)
Ответы Re: algebraic rewriting  (sophie yang <yangsophie@yahoo.com>)
Список pgsql-novice
sophie yang <yangsophie@yahoo.com> writes:
> rewriter, optimizer and executor. I am wondering at
> which step, PostgreSQL performs algebraic rewriting?

What do you consider "algebraic rewriting"?  The optimizer does a pass of
constant-subexpression simplification, and also some boolean-expression
normalization, but I'm not sure if that's what you're looking for.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plpgsql
Следующее
От: Ugly Hippo
Дата:
Сообщение: Re: SQL profiler feature in Pgsql?