Re: Updated ALTER TABLE ... SET TABLESPACE patch

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Updated ALTER TABLE ... SET TABLESPACE patch
Дата
Msg-id 40F20791.5090106@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Updated ALTER TABLE ... SET TABLESPACE patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
> In fact, now that I think of it, the patch-as-committed already
> introduces some serious headaches for pg_dump: it can't know for sure
> what name will be assigned to constraint indexes (pkey and unique
> indexes) so it has no good way to emit ALTER TABLE SET TABLESPACE
> commands for those indexes.

I guess I'll have to make it punt that the name will be what it
currently is :(

Otherwise, we need to extend the ADD CONSTRAINT syntax.  That would be
handy because the you could specify the TABLESPACE at creation time as well.

Chris


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Updated ALTER TABLE ... SET TABLESPACE patch
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Updated ALTER TABLE ... SET TABLESPACE patch