Re: [HACKERS] Statistics on views (execute a plan from within analyze)

2007-04-02 Thread Martijn van Oosterhout
On Fri, Mar 30, 2007 at 12:01:33PM -0400, Oscar Täckström wrote: > I am working on a course project on implementing collection of statistics > on views in pgsql. The statistics will be used in conjunction with view > matching in the optimizer, to improve selectivity estimates. Interesting idea...

[HACKERS] Statistics on views (execute a plan from within analyze)

2007-04-02 Thread Oscar Täckström
Hi, I am working on a course project on implementing collection of statistics on views in pgsql. The statistics will be used in conjunction with view matching in the optimizer, to improve selectivity estimates. For this to be possible, I need to be able to execute view definitions from within the