Re: CREATE LIKE INCLUDING COMMENTS and STORAGES

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Re: CREATE LIKE INCLUDING COMMENTS and STORAGES
Дата
Msg-id 20090909090835.9C72.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: CREATE LIKE INCLUDING COMMENTS and STORAGES  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: CREATE LIKE INCLUDING COMMENTS and STORAGES  (Brendan Jurd <direvus@gmail.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> wrote:

> This INCLUDING STORAGE is supposed to copy reloptions?

No. It copies only storage parameters of columns to control TOAST policy.
It might be good to have some features to copy reloptions with convenient
way, but it will be done in another patch.

> to me it sounds like it's copying the
> underlying storage i.e. data, which would be very surprising.  What
> about "INCLUDING STORAGE OPTIONS"?

Hmm, but we have the following syntax already:   ALTER TABLE table ALTER COLUMN column SET STORAGE ...
Do you also think it should be "SET STORAGE OPTION ..." ?

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




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

Предыдущее
От: Robert Creager
Дата:
Сообщение: Re: Any interest in buildfarm a member using Apple's llvm-gcc-4.2 or clang?
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: Re: Triggers on columns