Re: pg_lock_status not documented

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martín Marqués <martin(dot)marques(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_lock_status not documented
Date: 2011-09-02 19:25:20
Message-ID: 23313.1314991520@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

=?UTF-8?B?TWFydMOtbiBNYXJxdcOpcw==?= <martin(dot)marques(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jerry Sievers 2011-09-02 19:27:49 Re: pg_lock_status not documented
Previous Message Martín Marqués 2011-09-02 19:12:30 pg_lock_status not documented