Re: Re: [GENERAL] A rare error - Mailing list pgsql-hackers

From Alex Pilosov
Subject Re: Re: [GENERAL] A rare error
Date
Msg-id Pine.BSO.4.10.10010272354110.2291-100000@spider.pilosoft.com
Whole thread Raw
In response to Re: [GENERAL] A rare error  ("Kevin O'Gorman" <kogorman@pacbell.net>)
List pgsql-hackers
> (SELECT * INTO newtable FROM table1) UNION (SELECT * FROM table2);
Possibly a silly (and definitely not standards-conformant) suggestion:

Maybe grammar should be amended to allow for
(SELECT * FROM table1) UNION (SELECT * FROM table2) INTO newtable

i.e. 

union_expr:(select_expr) union (union_expr) [into into_table]

> Notice the INTO?  Doesn't this seem like an odd place for it, in what
> appears to be a subordinate query?  Where else would it go?  How would
> it grab you in an expression with five or more levels of parens?
> How about five levels of parens and a complicated targetlist before
> you get to the INTO?
> 
> What I'm suggesting is that the parens be allowed only on the right
> hand side of the set operations.  How does that strike you?
> 
> > 
> >                         regards, tom lane
> 
> 



pgsql-hackers by date:

Previous
From: Alex Pilosov
Date:
Subject: Re: Summary: what to do about INET/CIDR
Next
From: Alex Pilosov
Date:
Subject: Re: Summary: what to do about INET/CIDR