how to release a transaction lock on a table?

Поиск
Список
Период
Сортировка
От Si Chen
Тема how to release a transaction lock on a table?
Дата
Msg-id 41FE7546.2090700@graciousstyle.com
обсуждение исходный текст
Ответы Re: how to release a transaction lock on a table?  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
Hello everyone.  I am trying to do an ALTER TABLE, but it hangs
indefinitely.  I think the table is locked from a transaction, and in
pg_locks I found:
relation  75907
database 74861
pid 29604
mode AccessExclusiveLock
granted f

Is there a way to release this lock?  Or does the database need to
re-started?

Si

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

Предыдущее
От: Edward Macnaghten
Дата:
Сообщение: Re: Identity Problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: "Invalid multibyte character for locale" still there