Re: to copy a record - Mailing list pgsql-general

From Jim C. Nasby
Subject Re: to copy a record
Date
Msg-id 20030604225555.GE40542@flake.decibel.org
Whole thread Raw
In response to Re: to copy a record  ("Jay O'Connor" <joconnor@cybermesa.com>)
List pgsql-general
On Wed, Jun 04, 2003 at 03:50:29PM -0700, Jay O'Connor wrote:
> On 2003.06.04 12:48 Jim C. Nasby wrote:
> > SELECT * INTO TEMP temp_table FROM blah;
> > UPDATE temp_table SET field = newvalue;
> > INSERT INTO blah SELECT * FROM temp_table;
>
>
> Looks sweet.  Much simpler what I was doing, too

BTW (I should have mentioned this originally), this will surely be much
slower than doing a SELECT INTO and specifying the fields individually,
because off the overhead of 2 additional queries, as well as creating
the temporary table.
--
Jim C. Nasby (aka Decibel!)                    jim@nasby.net
Member: Triangle Fraternity, Sports Car Club of America
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Nulls get converted to 0 problem
Next
From: Blair Robertson
Date:
Subject: Weird Character Ordering