Re: patch: bytea_agg - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: patch: bytea_agg
Date
Msg-id 1324662698.14547.2.camel@vanquo.pezone.net
Whole thread Raw
In response to patch: bytea_agg  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: patch: bytea_agg  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: patch: bytea_agg  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: patch: bytea_agg  (Robert Haas <robertmhaas@gmail.com>)
Re: patch: bytea_agg  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
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.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Page Checksums + Double Writes
Next
From: Pavel Stehule
Date:
Subject: Re: patch: bytea_agg