Re: [HACKERS] Updating column on row update

From: Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
To: Thom Brown <thombrown(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>, PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Updating column on row update
Date: 2009-11-24 11:06:46
Message-ID: 1259060806.30357.70.camel@hvost1700
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Tue, 2009-11-24 at 09:46 +0000, Thom Brown wrote:
> 2009/11/24 Hannu Krosing <hannu(at)2ndquadrant(dot)com>
> On Sun, 2009-11-22 at 18:51 -0500, Tom Lane wrote:
> > Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> writes:
> > > I do think this comes up often enough that a built-in
> trigger "update
> > > named column with result of expression on insert" trigger
> might be
> > > desirable.
> >
> > There's something of the sort in contrib already, I believe,
> though
> > it's so old it still uses abstime :-(
>
>
> What's wrong with abstime ?
>
> it is valid for timestamps up to 2038-01-19 and it's on-disk
> size
> smaller than other timestamp options
>
>
> But it's very very deprecated and could be removed at any time. It's
> been so for years now, and I wouldn't want to *start* using something
> which is deprecated.
>
> Thom

I'd expect it to have an afterlife as a separately maintained type
somewhere for those who care about data sizes, similar other space
savers like ip4 type.

--
Hannu Krosing http://www.2ndQuadrant.com
PostgreSQL Scalability and Availability
Services, Consulting and Training

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Allan Morris Caras 2009-11-24 11:12:51 Re: [COMMITTERS] recover deleted records
Previous Message lee brown 2009-11-24 11:04:58 BUG #5211: invalid password

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2009-11-24 11:25:04 Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION
Previous Message Daniel Farina 2009-11-24 10:56:08 Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION