"lock tuple" extension - Mailing list pgsql-announce

From Fabien COELHO
Subject "lock tuple" extension
Date
Msg-id alpine.DEB.2.02.1203130844130.2753@localhost6.localdomain6
Whole thread Raw
List pgsql-announce
Hello,

Some time ago, I developed a PostgreSQL extension to lock tuples based on
the value of a boolean attribute. If the lock is on, an exception is
raised when trying to change the row. The trigger must be disabled in
order to bypass the protection, which may not be available to a given
user.

This was done as an exercise to understand how to code a trigger in C, but
I figured out that it may be useful to some people, so I updated it and
released it as a free software.

     http://people.apache.org/~fabien/tuplock/

--
Fabien

pgsql-announce by date:

Previous
From: Marko Kreen
Date:
Subject: SkyTools 2.1.13
Next
From: Pavel Golub
Date:
Subject: PostgresDAC v2.8.0 is out!