Re: pg_lock_status not documented - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_lock_status not documented
Date
Msg-id 23313.1314991520@sss.pgh.pa.us
Whole thread Raw
In response to pg_lock_status not documented  (Martín Marqués <martin.marques@gmail.com>)
Responses Re: pg_lock_status not documented
List pgsql-general
=?UTF-8?B?TWFydMOtbiBNYXJxdcOpcw==?= <martin.marques@gmail.com> writes:
> I'm searching for information on pg_lock_status() function, but there
> seams to be nothing in the docs. Maybe missing?

It's not documented because it's an internal function that you shouldn't
call directly.  Look at the docs for the pg_locks view, which is the
public API.

            regards, tom lane

pgsql-general by date:

Previous
From: Martín Marqués
Date:
Subject: pg_lock_status not documented
Next
From: Jerry Sievers
Date:
Subject: Re: pg_lock_status not documented