This has been fixed in current CVS.
---
Christopher Kings-Lynne wrote:
> There is a confusing bug in tablespaces. Here is examples:
>
> OK, let's create a table with the 3 possible tablespaces of indexes:
>
> test=# creat
There is a confusing bug in tablespaces. Here is examples:
OK, let's create a table with the 3 possible tablespaces of indexes:
test=# create table test(a int4) tablespace loc;
CREATE TABLE
test=# create unique index test_a_idx on test(a);
CREATE INDEX
test=# create unique index test_a_idx2 on tes