Re: Status of gist locking in 8.1.3?

Поиск
Список
Период
Сортировка
От Chris
Тема Re: Status of gist locking in 8.1.3?
Дата
Msg-id 447BB757.2050806@gmail.com
обсуждение исходный текст
Ответ на Re: Status of gist locking in 8.1.3?  (Francisco Reyes <lists@stringsutils.com>)
Список pgsql-general
Francisco Reyes wrote:
> Tom Lane writes:
>
>> CREATE INDEX shouldn't block any concurrent SELECT, regardless of which
>> index AM is involved.
>
> The problem was that the table needed a "vacuum full". It was a large
> table and had done a massive update. It is not that it was blocked, but
> that it was just taking a very long time.
>
> Is there a way to tell what tables have locks on them?

SELECT * from pg_locks ;

(version 7.4 and above at least, don't have an install earlier than that).

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Предыдущее
От: Francisco Reyes
Дата:
Сообщение: Re: Status of gist locking in 8.1.3?
Следующее
От: Pedro
Дата:
Сообщение: whats the standard text search query?