Re: foreign key locks, 2nd attempt

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Christopher Browne" <cbbrowne@gmail.com>, "Jeroen Vermeulen" <jtv@xs4all.nl>
Cc: "Alvaro Herrera" <alvherre@alvh.no-ip.org>, "Pg Hackers" <pgsql-hackers@postgresql.org>
Date: 2011-11-10T20:29:44Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Try to avoid running with a full fsync request queue.

Christopher Browne <cbbrowne@gmail.com> wrote:
 
> There's value in having an "immutability" constraint on a column,
> where, in effect, you're not allowed to modify the value of the
> column, once assigned.
 
+1  We would definitely use such a feature, should it become
available.
 
-Kevin