algebraic rewriting - Mailing list pgsql-novice

From sophie yang
Subject algebraic rewriting
Date
Msg-id 20020419064223.83264.qmail@web10502.mail.yahoo.com
Whole thread Raw
Responses Re: algebraic rewriting  ("Josh Berkus" <josh@agliodbs.com>)
Re: algebraic rewriting  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
From the big picture of PostgreSQL architecture, I
understand that query processing includes parser,
rewriter, optimizer and executor. I am wondering at
which step, PostgreSQL performs algebraic rewriting?
What rules are used for rewriting? Are these rules
hard wired or are they stored in some catalog table?
If I want to check the source codes, which file should
I look at?

Thanks!!

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

pgsql-novice by date:

Previous
From: PJourdan
Date:
Subject: plpgsql
Next
From: Bjarte Aagnes
Date:
Subject: Re: [SQL] MAX(column1),MAX(column2),...