Re: psql hangs after "drop table ..."

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql hangs after "drop table ..."
Дата
Msg-id 25041.1077251441@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql hangs after "drop table ..."  (<kynn@panix.com>)
Список pgsql-novice
<kynn@panix.com> writes:
> I'm trying to drop an empty table (0 records) using:
>   testdb=> drop table empty_table;
> but psql just hangs indefinitely after I hit return.

Sounds to me like there's another session that has an open transaction
with a lock on that table.

            regards, tom lane

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

Предыдущее
От: JWDougherty
Дата:
Сообщение: pg_hba.conf problem
Следующее
От: daq
Дата:
Сообщение: Re: [SQL] Row counts/data changes. Any catalog table that has this info?