Re: [HACKERS] Another reason to redesign querytree representation - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Another reason to redesign querytree representation
Date
Msg-id 199907202305.TAA14374@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Another reason to redesign querytree representation  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Bruce Momjian <maillist@candle.pha.pa.us> writes:
> > Removed:
> > * Be smarter about promoting types when UNION merges different data types
> > * SELECT ... UNION ... GROUP BY fails if column types disagree
> > * INSERT ... SELECT ... UNION is not reliable
> 
> > And added:
> 
> > * redesign INSERT ... SELECT to have two levels of target list
> 
> Er ... wait.  The first two of those TODO items were separate issues.
> I think they can be fixed without changing the querytree representation.
> The third can be superseded by this item, though.
> 

Done.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Another reason to redesign querytree representation
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: [HACKERS] BUG found in unique index!