Re: Help! "alter table add column" hangs
От
Stephan Szabo
Тема
Re: Help! "alter table add column" hangs
Дата
Msg-id
20040229163538.T53974@megazone.bigpanda.com
Ответ на
Список
Дерево обсуждения
Help! "alter table add column" hangs <kynn@panix.com>
Re: Help! "alter table add column" hangs Stephan Szabo <sszabo@megazone.bigpanda.com>
Re: Help! "alter table add column" hangs <kynn@panix.com>
On Sun, 29 Feb 2004 kynn@panix.com wrote: > Sorry, I had meant to write: > > The command > > ALTER TABLE some_table ADD COLUMN some_column CHAR(6) UNIQUE; > ^^^^^^^^^^ > hangs indefinitely (hours!), even though the table is relatively small > (about 2500 records). > > What gives? This likely means that some other transaction has a lock on some_table. What does select * from pg_locks where relation=(select oid from pg_class where relname='some_table') show?
В списке pgsql-novice по дате отправления