Help! "alter table add column" hangs -
02-29-2004
, 04:05 PM
The command
ALTER 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
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match |