Francisco Reyes <[EMAIL PROTECTED]> writes:
> As I write this I am creating an index with gist and trying to do a select
> on the table froze. Using Postgresql 8.1.3
CREATE INDEX shouldn't block any concurrent SELECT, regardless of which
index AM is involved. Can you provide a reproducible test case?
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match