Re: Bug with view definitions? - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Bug with view definitions?
Date
Msg-id 40E4DD85.4020005@familyhealth.com.au
Whole thread Raw
In response to Re: Bug with view definitions?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> In a quick glance this code seems close to completely brain dead :-(
> For one thing, why isn't it making separate determinations about whether
> the left and right inputs of the UNION (resp INTERSECT or EXCEPT)
> operator need to be parenthesized?  After that maybe we could figure out
> what the individual decisions need to be.

Well it's the work of 5 seconds to have two separate tests.  What I 
don't feel confident in doing is getting the tests themselves right. 
That's why I can't really do it...



pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: compile errors in new PL/Pler
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: compile errors in new PL/Pler