Re: patch: bytea_agg

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: patch: bytea_agg
Дата
Msg-id 1324667771.14547.3.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: patch: bytea_agg  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: patch: bytea_agg  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On fre, 2011-12-23 at 13:30 -0500, Robert Haas wrote:
> On Fri, Dec 23, 2011 at 12:51 PM, Peter Eisentraut <peter_e@gmx.net> wrote:
> > On ons, 2011-12-21 at 11:04 +0100, Pavel Stehule wrote:
> >> this patch adds a bytea_agg aggregation.
> >>
> >> It allow fast bytea concatetation.
> >
> > Why not call it string_agg?  All the function names are the same between
> > text and bytea (e.g., ||, substr, position, length).  It would be nice
> > not to introduce arbitrary differences.
> 
> Well, because it doesn't operate on strings.

Sure, binary strings.  Both the SQL standard and the PostgreSQL
documentation use that term.




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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: Another hstore_type idea
Следующее
От: Robert Haas
Дата:
Сообщение: Re: patch: bytea_agg