Re: Updated ALTER TABLE ... SET TABLESPACE patch

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Updated ALTER TABLE ... SET TABLESPACE patch
Дата
Msg-id 200407120132.i6C1Wv915587@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Updated ALTER TABLE ... SET TABLESPACE patch  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-patches
Christopher Kings-Lynne wrote:
> > Please remove that; if I thought either one was a good idea, I would
> > have allowed it in the committed patch.
> >
> > Sequences are too small to be worth moving around, and may someday be
> > reimplemented in a fashion that doesn't use up a separate disk file for
> > each one.  If we allow SET TABLESPACE on them we will be limiting our
> > future flexibility for no useful gain.
>
> Why do we allow them to be created in tablespaces in the first place
> then?  Seems like a bit of a misfeature?  I mean we don't allow views in
> tablespaces...

True, that does seem unusual.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

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