Re: Status of server side Large Object support?

Поиск
Список
Период
Сортировка
От David Garamond
Тема Re: Status of server side Large Object support?
Дата
Msg-id 41AA6BBA.2050800@zara.6.isreserved.com
обсуждение исходный текст
Ответ на Re: Status of server side Large Object support?  (Joe Conway <mail@joeconway.com>)
Ответы Re: Status of server side Large Object support?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Status of server side Large Object support?  (Hannu Krosing <hannu@tm.ee>)
Список pgsql-hackers
Joe Conway wrote:
> Not if the column is storage type EXTERNAL. See a past discussion here:
> http://archives.postgresql.org/pgsql-general/2003-07/msg01447.php

what is the reasoning behind this syntax?
 ALTER TABLE [ ONLY ] table [ * ] ALTER [ COLUMN ] column SET STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN }

I find it nonintuitive and hard to remember. Perhaps something like this 
is better (I know, it's probably too late):
 ALTER [ COLUMN ] column SET STORAGE { INLINE | EXTERNAL } ALTER [ COLUMN ] column SET COMPRESSION { YES | NO }

--
dave


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Stopgap solution for table-size-estimate updating
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Status of server side Large Object support?