Re: BUG #7644: Missing implicit types of Result and failing type-conversion

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Bernhard Reutner-Fischer" <rep(dot)dot(dot)nop(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7644: Missing implicit types of Result and failing type-conversion
Date: 2012-11-10 15:58:51
Message-ID: 9677.1352563131@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Bernhard Reutner-Fischer" <rep(dot)dot(dot)nop(at)gmail(dot)com> writes:
> Fair enough but what about the failure for the case with the Result
> that fails to merge? There I do have a cast

No you don't:

> select * from (select 'string two' bug ) s2

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message jfb 2012-11-11 15:17:34 BUG #7650: DROP TABLE IF EXISTS fails if schema does not exist
Previous Message Bernhard Reutner-Fischer 2012-11-10 15:56:02 Re: BUG #7644: Missing implicit types of Result and failing type-conversion