updated lock listing patch

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: updated lock listing patch
Date: 2002-08-14 02:29:05
Message-ID: 87k7mu8972.fsf@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch is an updated version of the lock listing patch. I've made
the following changes:

- write documentation
- wrap the SRF in a view called 'pg_locks': all user-level
access should be done through this view
- re-diff against latest CVS

One thing I chose not to do is adapt the SRF to use the anonymous
composite type code from Joe Conway. I'll probably do that eventually,
but I'm not really convinced it's a significantly cleaner way to
bootstrap SRF builtins than the method this patch uses (of course, it
has other uses...)

In any case, I'd view that as a janitorial issue that can be resolved
after this patch is in CVS.

Unless anyone has any objections, please apply.

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

Attachment Content-Type Size
lock-listing-15.patch text/x-patch 21.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-08-14 02:43:18 Re: [SQL] 16 parameter limit
Previous Message Gavin Sherry 2002-08-14 01:05:06 create or replace rule/view (fwd)