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?
Re: Status of server side Large Object support? |
| Список | 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 по дате отправления: