Re: Identifying no-op length coercions

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Identifying no-op length coercions
Дата
Msg-id 0B21CCB4-3BF8-4952-A391-9B30F91D5CB0@nasby.net
обсуждение исходный текст
Ответ на Re: Identifying no-op length coercions  (Alexey Klyukin <alexk@commandprompt.com>)
Ответы Re: Identifying no-op length coercions  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Identifying no-op length coercions  (Robert Haas <robertmhaas@gmail.com>)
Re: Identifying no-op length coercions  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
On Jun 3, 2011, at 10:11 AM, Alexey Klyukin wrote:
>> Is your interest in cheap varchar(N)->varchar(N+M) conversions specifically, or
>> in some broader application of this facility?
>
> Exactly varchar conversions.

Why limit it to varchar? Shouldn't we be able to do this for any varlena? The only challenge I see is numeric; we'd
needto ensure that both size and precision are not decreasing. 
--
Jim C. Nasby, Database Architect                   jim@nasby.net
512.569.9461 (cell)                         http://jim.nasby.net




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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Domains versus polymorphic functions, redux
Следующее
От: Robert Haas
Дата:
Сообщение: Re: BLOB support