Re: algebraic rewriting - Mailing list pgsql-novice

From Josh Berkus
Subject Re: algebraic rewriting
Date
Msg-id web-1377479@davinci.ethosmedia.com
Whole thread Raw
In response to algebraic rewriting  (sophie yang <yangsophie@yahoo.com>)
List pgsql-novice
Sophie,

You, my dear, are not a novice.  Get off this list!  <grin>

> >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?

Check out http://developer.postgresql.org/index.php

And then join the pgsql-hackers mailing list.

-Josh Berkus


pgsql-novice by date:

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