Re: How to update record in a specified order

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Jean-Luc Lachance <jllachan(at)nsd(dot)ca>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to update record in a specified order
Date: 2002-08-09 21:37:52
Message-ID: 200208091437.52702.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


JLL,

> I want to update a field with a 'NEXTVAL', but I want the record updated
> in a specific order.
> Any simple way of doing this other than having to create a temp table?

Please be more speciifc. What do you mean, "specified order"?

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jean-Luc Lachance 2002-08-09 21:59:49 Re: How to update record in a specified order
Previous Message h012 2002-08-09 21:36:35 retrieving all rows from a "tree" in one select - how ?