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

Поиск
Список
Период
Сортировка
От Marc G. Fournier
Тема Re: [PATCHES] ALTER SCHEMA ... SET TABLESPACE
Дата
Msg-id 20040822223348.Y10415@ganymede.hub.org
обсуждение исходный текст
Ответ на Re: [PATCHES] ALTER SCHEMA ... SET TABLESPACE  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: [PATCHES] ALTER SCHEMA ... SET TABLESPACE  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: [PATCHES] ALTER SCHEMA ... SET TABLESPACE  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-hackers
On Mon, 23 Aug 2004, Christopher Kings-Lynne wrote:

>>> This is an extension of tablespaces, and is not required to fix a bug ... 
>>> therefore, it is a feature, and not eligible for inclusion at this point 
>>> in the development cycle ...
>> 
>> 
>> I am inclined to agree.  ALTER INDEX is an operation that will happen
>> quite often, but I don't think ALTER SCHEMA will be as frequent, and the
>> given solution doesn't address the two needs of moving the entire schema
>> or just future object creation.
>
> No, it implements something that is currently impossible without editing the 
> system catalogs - clearly an oversight!  Especially if we add a disk-based 
> change to it to avoid those drop tablespace errors.
>
> It will be 5 minutes before someone who has created a schema in 8.0 and then 
> will want to make it have a different default - there's no way they can do 
> it...

If they just created the schema, then a dump/reload would fix it ...

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Call for objections: removing contrib/rserv for 8.0
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: [PATCHES] ALTER SCHEMA ... SET TABLESPACE