Re: funny view/temp table problem with query

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: funny view/temp table problem with query
Дата
Msg-id 2f4958ff0902270210t27a2addbndfc9fce6bdb9ccec@mail.gmail.com
обсуждение исходный текст
Ответ на Re: funny view/temp table problem with query  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: funny view/temp table problem with query  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
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 ?




--
GJ

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Question about no unchanging update rule + ALTER
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: funny view/temp table problem with query