Обсуждение: Beginner's Luck

Поиск
Список
Период
Сортировка

Beginner's Luck

От
Robin Reid
Дата:
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

От
Tom Lane
Дата:
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