Обсуждение: proposal: bytea_agg aggregate function

Поиск
Список
Период
Сортировка

proposal: bytea_agg aggregate function

От
Pavel Stehule
Дата:
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