Help! "alter table add column" hangs - Mailing list pgsql-novice

From
Subject Help! "alter table add column" hangs
Date
Msg-id 200402292207.i1TM7sR14765@panix3.panix.com
Whole thread Raw
Responses Re: Help! "alter table add column" hangs  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-novice



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?

  Thanks,

  kj

pgsql-novice by date:

Previous
From:
Date:
Subject: Help! "alter table add column" hangs
Next
From: Cath Lawrence
Date:
Subject: Huge query help