Re: Reindex does not finish 8.2.6

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Reindex does not finish 8.2.6
Дата
Msg-id 20080314140135.GD4843@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Reindex does not finish 8.2.6  (Clodoaldo <clodoaldo.pinto.neto@gmail.com>)
Ответы Re: Reindex does not finish 8.2.6
Список pgsql-general
Clodoaldo escribió:
> 2008/3/14, Alvaro Herrera <alvherre@commandprompt.com>:

> >  A quick look into pg_locks should tell you if it's blocking.
>
> pg_prepared_xacts is empty and pg_locks has 288 rows:
>
> # select locktype, mode, count(*) as total
> from pg_locks group by locktype, mode;
>    locktype    |       mode       | total
> ---------------+------------------+-------
>  transactionid | ExclusiveLock    |    30
>  relation      | RowExclusiveLock |     2
>  relation      | AccessShareLock  |   256
> (3 rows)

How many of them have granted=false?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: GRANT giving error on sequence in 7.4.19
Следующее
От: paul rivers
Дата:
Сообщение: Re: PG secure for financial applications ...