Thread: proposal: bytea_agg aggregate function

proposal: bytea_agg aggregate function

From
Pavel Stehule
Date:
Hello

For join of encoded text should be useful fast concat aggregation. The
behave should be very similar to string_agg, only separator is useless
in this case.

a) This allow a fast only sql expressions on encoded texts
b) our interface will be more orthogonal

Regards

Pavel