Re: What Is The Firing Order?

From: Ian Linwood <ian(at)dinwoodi(dot)plus(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: What Is The Firing Order?
Date: 2001-09-11 09:42:39
Message-ID: 6h9nptsd9kji033jsdckt1prij8hb4b5ds@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 7 Sep 2001 21:20:16 +0000 (UTC), alvherre(at)atentus(dot)com (Alvaro
Herrera) wrote:

[snip]
>> Au contraire: OID wraparound would cause us to violate the spec.
>> If we want to follow the spec here, then I think we'd need to add
>> a creation-timestamp column to pg_trigger, and sort on that.
>
>If you are going to create a separate column for sorting, why not just
>use a numeric (int8?) value, so one can change that as sees fit?
[snip]
Seconded..
But then again, whats to stop DBA just changing the value in the date
column?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Colin 't Hart 2001-09-11 10:23:19 Re: How to make a REALLY FAST db server?
Previous Message Ian Linwood 2001-09-11 09:42:38 Re: Two diffrent data path