Re: [HACKERS] Multiple trees in parsetree_list

2007-10-30 Thread sayali k
Thanks a lot for the help Matijn. Will check out the rules query. Best regards, Sayali Martijn van Oosterhout <[EMAIL PROTECTED]> wrote: On Tue, Oct 30, 2007 at 07:53:21AM +, sayali k wrote: > Hello All, > I am doing a project in DBMS postgresql. I have the folllowing query : in the

Re: [HACKERS] Multiple trees in parsetree_list

2007-10-30 Thread Martijn van Oosterhout
On Tue, Oct 30, 2007 at 07:53:21AM +, sayali k wrote: > Hello All, > I am doing a project in DBMS postgresql. I have the folllowing query : in > the function exec_simple_query, in which condition does the > parsetree_list include more than 1 parsetree_items? How are passed to this > func

[HACKERS] Multiple trees in parsetree_list

2007-10-30 Thread sayali k
Hello All, I am doing a project in DBMS postgresql. I have the folllowing query : in the function exec_simple_query, in which condition does the parsetree_list include more than 1 parsetree_items? How are passed to this function from the parser/gram.c? Thanks a lot for all the help in