From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Open Items |
Date: | 2004-10-17 21:20:40 |
Message-ID: | 12798.1098048040@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> o fix ambiguity for objects using default tablespaces
> CREATE TABLE test(a int4) tablespace loc;
> CREATE UNIQUE INDEX test_a_idx3 ON test(a) tablespace pg_default;
> Index test_a_idx3 has a tablespace value of zero. pg_get_indexdef()
> thinks the index is in loc even though it is in pg_default. And
> if you move test the index is thought to move too. The confusion
> is that there are not separate defaults for database/schema/table.
I don't think it's nearly as complicated as all that; it's just a thinko
in pg_get_indexdef.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2004-10-17 21:44:56 | Re: strange result from contrib/seg regression on windows |
Previous Message | Tom Lane | 2004-10-17 20:12:35 | Re: Re: Getting rid of AtEOXact Buffers (was Re: [Testperf-general] Re: [PERFORM] First set of OSDL Shared Memscalability results, some wierdness ...) |