Re: Auto-updated fields - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Auto-updated fields
Date
Msg-id 1210279217.6593.1.camel@huvostro
Whole thread Raw
In response to Re: Auto-updated fields  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, 2008-05-08 at 00:41 -0400, Tom Lane wrote:
> Tino Wildenhain <tino@wildenhain.de> writes:
> > I may be wrong but my feeling is, not to much weirdness in the core
> > please :)
> 
> +1 ... we have wasted more than enough man-hours trying to get the magic
> "serial" type to play nicely.  If I had it to do over, we'd never have
> put that in at all.  The underlying mechanisms are perfectly good ---
> it's the idea that the user shouldn't need to know what they're doing
> that causes problems.

This kind of hiding will mostly hit the Leaky Abstraction "pattern"

http://www.joelonsoftware.com/articles/LeakyAbstractions.html 

http://en.wikipedia.org/wiki/Leaky_abstraction

----------------
Hannu




pgsql-hackers by date:

Previous
From: tjlee0909@berkeley.edu
Date:
Subject: Relatively simple question about getting attributes from the where clause
Next
From: Andrew Dunstan
Date:
Subject: constraint exclusion analysis caching