Thread: Beginner's Luck

Beginner's Luck

From
Robin Reid
Date:
Can someone please refer me to documentation that tells
me how to access a system view? I need to look at pg_locks
for a server that has slowed to a crawl, but can't find it in the
documentation.

I'm sure that panic is the main cause, but even so, I'd sure
appreciate some help!


Re: Beginner's Luck

From
Tom Lane
Date:
Robin Reid <rrreid@earthlink.net> writes:
> Can someone please refer me to documentation that tells
> me how to access a system view? I need to look at pg_locks

select * from pg_locks;

            regards, tom lane