Re: [PATCHES] ALTER TABLE ... SET TABLESPACE

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [PATCHES] ALTER TABLE ... SET TABLESPACE
Дата
Msg-id 20040620.213948.41633516.t-ishii@sra.co.jp
обсуждение исходный текст
Ответы Re: [PATCHES] ALTER TABLE ... SET TABLESPACE  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
> Attached is a patch implementing this functionality.
>
> I've modified make_new_heap() as well as swap_relfilenodes() to not assume
> that tablespaces remain the same from old to new heap. I thought it better
> to go down this road than introduce a lot of duplicate code.

I have tried your patches and it works great. Thanks.

One thing I noticed was if I change tablespace for a table having
indexes, they are left in the old tablespace and the table itself was
moved to the new tablespace. I regard this is a good thing since I
could assign different table spaces for table and indexes.
It would be even better to assign different tablespaces for each
index.
--
Tatsuo Ishii

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Henner Zeller
Дата:
Сообщение: JDBC prepared statements: actually not server prepared
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [PATCHES] ALTER TABLE ... SET TABLESPACE