| From: | "Daniel T(dot) Staal" <DStaal(at)usa(dot)net> |
|---|---|
| To: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: Memory consumption problem |
| Date: | 2006-05-05 15:33:06 |
| Message-ID: | 60404.63.172.115.138.1146843186.squirrel@MageHandbook.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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.
---------------------------------------------------------------
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruno Wolff III | 2006-05-05 16:05:30 | Re: Memory consumption problem |
| Previous Message | Valentin Gjorgjioski | 2006-05-05 15:32:29 | Re: Memory consumption problem |