Re: Memory consumption problem

Поиск
Список
Период
Сортировка
От Daniel T. Staal
Тема Re: Memory consumption problem
Дата
Msg-id 60404.63.172.115.138.1146843186.squirrel@MageHandbook.com
обсуждение исходный текст
Ответ на Memory consumption problem  (Franck Routier <franck.routier@axege.com>)
Ответы Re: Memory consumption problem  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-novice
On Fri, May 5, 2006 10:52 am, Franck Routier said:
> Hi,
>
> I have a problem with a simple request :
>
> insert into mytable
> select a.id, a.desc, 'mystring'
> from mytable a;

Um, is that selecting the ids and descriptions from a table and then
inserting them into that same table?

I'm not sure what Postgres does with recursion...

Daniel T. Staal

---------------------------------------------------------------
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---------------------------------------------------------------


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

Предыдущее
От: Franck Routier
Дата:
Сообщение: Memory consumption problem
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Memory consumption problem