Re: IMMUTABLE columns in tables?
Vick Khera <vivek@khera.org>
From: Vick Khera <vivek@khera.org>
To: pgsql-general <pgsql-general@postgresql.org>
Date: 2010-06-15T19:46:37Z
Lists: pgsql-general
On Tue, Jun 15, 2010 at 11:54 AM, Chris Browne <cbbrowne@acm.org> wrote: > I'd like that feature, and I don't think it takes too much arguing to > get to the point that a declarative "IMMUTABLE" control is rather less > Not only that, but if you were to, say, make the PK field IMMUTABLE you could then optimize out the locks involved when updating rows with FK relations to the PK (or any other FK field, I suppose)