Re: Create index hanging

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Create index hanging
Дата
Msg-id 10143.1153433617@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Create index hanging  (Claire McLister <mclister@zeesource.net>)
Ответы Re: Create index hanging  (Claire McLister <mclister@zeesource.net>)
Список pgsql-general
Claire McLister <mclister@zeesource.net> writes:
>   We have a couple of tables (40,000 and 600,000 rows each) that I am
> trying to build an index on an integer column.

>   When I issue the "create index foo_index on foo(id);" command in
> psql it just does not return. I've waited over half an hour for the
> smaller table.

It sounds like someone had a write lock on the table.  Did you try
looking in pg_locks?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Column info without executing query
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: calling stored procedure using ECPG