will either references or
generate an expression. Any expression that is generated and is not
referenced by any top on top will be eliminated.
Regards
Harmeek
On Sun, Jul 10, 2011 at 10:28 AM, Tom Lane wrote:
> HarmeekSingh Bedi writes:
> > Thanks Tom. Here is a example. Just a back
620 width=32)
Output:
click.impression_id
-> Seq Scan on
clicks_row click (nodenum=13 cost=0.00..72.20 rows=3620 width=32)
Hi .
Apology for the bandwith. Did not know who to ask the question . I
was interested in a brief detail on how postgress does expression
pruning between nodes . The basic question is as follows
Scenerio
In a plan where Node 1 is parent {say join) and Node 2 is child
(say scan) . If node 1
Hi All.
I just looked this email from postgress sql site and wanted to
ask you a question. I would be obliged if you could help me understand
the duplicate key insertion behaviour correctly in Post gress SQL.
The question is related to Btree [Leman and Yao] implementation
When handling