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:
>
> >
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
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 :