Re: Data visibility

From: Rafal Pietrak <rafal(at)zorro(dot)isa-geek(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Data visibility
Date: 2006-10-15 18:10:16
Message-ID: 1160935816.26728.41.camel@zorro.isa-geek.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 2006-10-15 at 20:01 +0200, Rafal Pietrak wrote:
> new.id := 1000-old.id;

Sory, correction.

Of cource, this ID update looks more like the following (OLD.* isn't
valid at this point):

new.id := 1000 - new.id;

--
-R

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2006-10-15 18:25:10 Re: Same-page UPDATEs in bloated tables
Previous Message Rafal Pietrak 2006-10-15 18:01:07 Data visibility