Re: [BUGS] BUG #6202: type of union column selection bug

2011-09-21 Thread Robert Haas
On Fri, Sep 9, 2011 at 9:41 PM, Roman wrote: > Query > select null union select 4 > is Ok but > select null union select null union select 4 > is Fail > > i think it`s a bug because you choose type in second query twice > null and null -> text > text and int -> fail Yeah, this is lousy. Unfortun

[BUGS] BUG #6202: type of union column selection bug

2011-09-10 Thread Roman
The following bug has been logged online: Bug reference: 6202 Logged by: Roman Email address: zo...@oe-it.ru PostgreSQL version: 9.0.4 Operating system: Win7x64 Description:type of union column selection bug Details: Query select null union select 4 is Ok but select