Re: Can't drop table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Can't drop table
Дата
Msg-id 22479.1151897021@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Can't drop table  (Hima Surapaneni <hbsur1@student.monash.edu>)
Список pgsql-sql
Hima Surapaneni <hbsur1@student.monash.edu> writes:
> The query was successful. But when I try to drop or alter the table, it just hangs without echoing any error message.
Ihave to cancel the query to get out.
 

Sounds like there's some open transaction with a lock on the table.
The pg_locks view might help you figure out which one.
        regards, tom lane


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

Предыдущее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Can't drop table
Следующее
От: "Penchalaiah P."
Дата:
Сообщение: hi i need to connect database from my system to another system