Postgre inner work question - Mailing list pgsql-hackers

From Lucas Cotta
Subject Postgre inner work question
Date
Msg-id BANLkTimNLbj4UmVzK0h6ZaqaNDbTvpeWMg@mail.gmail.com
Whole thread Raw
In response to Postgre inner work question  (Lucas Cotta <luccotta@gmail.com>)
List pgsql-hackers
Hi!

Does postgre execute the queries following a execution plan tree, where the leafs are table scans, and the nodes are joins?

I'm looking for a database where I can get a cardinality from a partial result of the execution... for example, print the cardinality of the results until the next join operator use this result...

Thanks!

pgsql-hackers by date:

Previous
From: Lucas Cotta
Date:
Subject: Postgre inner work question
Next
From: Tom Lane
Date:
Subject: Re: POSIX shared memory redux