Re: update with subselect (long) - Mailing list pgsql-sql

From Leif B. Kristensen
Subject Re: update with subselect (long)
Date
Msg-id 200503171436.51781.leif@solumslekt.org
Whole thread Raw
In response to update with subselect (long)  ("Leif B. Kristensen" <leif@solumslekt.org>)
List pgsql-sql
On Thursday 17 March 2005 14:07, Leif B. Kristensen wrote:

> slekta=> update name_parts set name_part_type=6 where
> name_part_type=3;

This message was sent a little prematurely while I was editing a similar 
posting to comp.databases. The cited line is erroneous and should read:

> slekta=> update name_parts set name_part_type=6 where
> name_part_type=4;

If somebody recognizes my data structure and can recommend some reading 
on working with this kind of data, I'd be much obliged.

regards,
-- 
Leif Biberg Kristensen
http://solumslekt.org/


pgsql-sql by date:

Previous
From: "Leif B. Kristensen"
Date:
Subject: update with subselect (long)
Next
From: PFC
Date:
Subject: Re: Query performance problem