On Mon, Oct 20, 2003 at 01:35:13PM -0400, Tom Lane wrote:
>
> It's not actually a record in the database ... pg_locks is a view of
> internal lock-manager state. (It's new as of 7.3, BTW; dunno how far
> back you want your stuff to work.) But it will get the job done for
> you.
Sure beats what I have now--I can even compile it in conditionally or
check for it at runtime.
One question though: how likely is the code to require changes for
future postgres versions?
Jeroen