Re: lock listing - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: lock listing
Date
Msg-id Pine.LNX.4.44.0207212338340.1144-100000@localhost.localdomain
Whole thread Raw
In response to lock listing  (nconway@klamath.dyndns.org (Neil Conway))
List pgsql-patches
Neil Conway writes:

> Using the SRF scheme discussed on -hackers yesterday. The only changes
> to the patch since it was posted on -hackers are cosmetic: I adapted
> the patch to apply cleanly against the latest CVS code, and changed
> the name of the return view to pg_show_locks_result.

A view or function shouldn't be called "show".  Just pg_lock[s] should be
fine.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: Re: lock listing
Next
From: "Greg Sabino Mullane"
Date:
Subject: psql tab-complete: schema support, quotes, etc.