Rename bytea_agg to string_agg and add delimiter argument

Peter Eisentraut <peter_e@gmx.net>

Commit: c0cc526e8b1e821dfced692a68e4c8978c2bdbc1
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-04-13T18:36:59Z
Releases: 9.2.0
Rename bytea_agg to string_agg and add delimiter argument

Per mailing list discussion, we would like to keep the bytea functions
parallel to the text functions, so rename bytea_agg to string_agg,
which already exists for text.

Also, to satisfy the rule that we don't want aggregate functions of
the same name with a different number of arguments, add a delimiter
argument, just like string_agg for text already has.

Files