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

2012-11-12 Thread Bernhard Reutner-Fischer
On 10 November 2012 16:58, Tom Lane wrote: > "Bernhard Reutner-Fischer" 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: > > >

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

2012-11-11 Thread Bernhard Reutner-Fischer
On 10 November 2012 16:20:24 Tom Lane wrote: rep.dot@gmail.com writes: > select distinct on (bug) bug > from ( > select * from (select 'string one' AS bug from generate_series(0,1)) > s1 > UNION > select * from (select 'string two' bug from generate_series(0,0)) > s2

Re: [BUGS] BUG #6315: FETCH NEXT :next ROWS ONLY fails

2011-12-01 Thread Bernhard Reutner-Fischer
On 1 December 2011 22:50, Alvaro Herrera wrote: > > Excerpts from Tom Lane's message of jue dic 01 18:32:58 -0300 2011: >> Boszormenyi Zoltan writes: >> > 2011-12-01 20:09 keltezéssel, rep.dot@gmail.com írta: >> >> Binding for "OFFSET :offset" works fine but binding for a >> >> "FETCH NEXT :