Re: [GENERAL] pg_lock_status not documented

2011-09-02 Thread Martín Marqués
I know pg_locks, but I thought maybe pg_lock_status had some extra info. Thanks anyway 2011/9/2 Tom Lane : > =?UTF-8?B?TWFydMOtbiBNYXJxdcOpcw==?= 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 docum

Re: [GENERAL] pg_lock_status not documented

2011-09-02 Thread Jerry Sievers
Martín Marqués writes: > I'm searching for information on pg_lock_status() function, but there > seams to be nothing in the docs. Maybe missing? Any hits, at least > what each column outputed is. Have a look at the pg_locks view which wraps this function. \d+ pg_locks > Martín Marqués > sel

Re: [GENERAL] pg_lock_status not documented

2011-09-02 Thread Tom Lane
=?UTF-8?B?TWFydMOtbiBNYXJxdcOpcw==?= 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, w

[GENERAL] pg_lock_status not documented

2011-09-02 Thread Martín Marqués
I'm searching for information on pg_lock_status() function, but there seams to be nothing in the docs. Maybe missing? Any hits, at least what each column outputed is. -- Martín Marqués select 'martin.marques' || '@' || 'gmail.com' DBA, Programador, Administrador -- Sent via pgsql-general mailin