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