pgsql: Add: > * Allow UPDATEs on only non-referential integrity columns

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > * Allow UPDATEs on only non-referential integrity columns
Date: 2007-02-19 20:41:40
Message-ID: 20070219204141.016D79FB26C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

> * Allow UPDATEs on only non-referential integrity columns not to conflict
> with referential integrity locks
>
> http://archives.postgresql.org/pgsql-hackers/2007-02/msg00073.php

Modified Files:
--------------
pgsql/doc:
TODO (r1.2103 -> r1.2104)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2103&r2=1.2104)
pgsql/doc/src/FAQ:
TODO.html (r1.604 -> r1.605)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.604&r2=1.605)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-19 20:42:33 pgsql: Add newlines.
Previous Message Bruce Momjian 2007-02-19 20:06:56 pgsql: Add: > * Allow INSERT/UPDATE ...