misleading ALTER TABLE SET STORAGE

Поиск
Список
Период
Сортировка
От vodevsh@gmail.com
Тема misleading ALTER TABLE SET STORAGE
Дата
Msg-id 20161108142739.27613.11510@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: misleading ALTER TABLE SET STORAGE  (Euler Taveira <euler@timbira.com.br>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/storage-toast.html
Description:

Hi,
Was reading
https://www.postgresql.org/docs/current/static/storage-toast.html and the
bit with "...table column can be altered with ALTER TABLE SET STORAGE..."
appeared misleading to me. You don't set storage per table you set it per
column, so "ALTER TABLE ... ALTER COLUMN SET STORAGE" would look more
appropriate. I even checked
https://www.postgresql.org/docs/9.6/static/sql-altertable.html where it
looks quite clear "ALTER [ COLUMN ] column_name SET STORAGE { PLAIN |
EXTERNAL | EXTENDED | MAIN }"...
Anyway, with all respect to pg documentation and pg in general, I think this
bit should look different.
Thank you!

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

Предыдущее
От: dfm@ringing.org
Дата:
Сообщение: Better example
Следующее
От: Euler Taveira
Дата:
Сообщение: Re: misleading ALTER TABLE SET STORAGE