Re: [HACKERS] Interesting bug in tablespaces

2004-10-17 Thread Bruce Momjian
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

[HACKERS] Interesting bug in tablespaces

2004-07-27 Thread Christopher Kings-Lynne
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