Re: algebraic rewriting

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: sophie yang <yangsophie(at)yahoo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: algebraic rewriting
Date: 2002-04-19 18:04:38
Message-ID: 1968.1019239478@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

sophie yang <yangsophie(at)yahoo(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Ugly Hippo 2002-04-19 18:35:30 Re: SQL profiler feature in Pgsql?
Previous Message Tom Lane 2002-04-19 17:37:36 Re: plpgsql