Re: funny view/temp table problem with query - Mailing list pgsql-general

From Scott Marlowe
Subject Re: funny view/temp table problem with query
Date
Msg-id dcc563d10902270212h55a05bd8w4ed67e344ff1501d@mail.gmail.com
Whole thread Raw
In response to Re: funny view/temp table problem with query  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Responses Re: funny view/temp table problem with query  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
List pgsql-general
On Fri, Feb 27, 2009 at 3:10 AM, Grzegorz Jaśkiewicz <gryzman@gmail.com> wrote:
> 2009/2/27 Scott Marlowe <scott.marlowe@gmail.com>:
>> On Thu, Feb 26, 2009 at 3:02 AM, Grzegorz Jaśkiewicz <gryzman@gmail.com> wrote:
>>
>>> First of all, I wonder why the same query divided up in half - and
>>> using temporary table works as expected, and with everything together
>>
>> I'm betting it's your use of generate_series().  You can get some
>> weird side effects because it sometimes gets run multiple times not
>> just the once you expect.  I'm guessing that's what's biting you.
>
> in which case, wouldn't that be a postgresql's bug ?

Nope.

pgsql-general by date:

Previous
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: funny view/temp table problem with query
Next
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: funny view/temp table problem with query