string_agg ( value text, delimiter text ) → textConcatenates the non-null input values into a string. Each value after the first is preceded by the corresponding
delimiter (if it's not null).Concatenates the non-null input values into a string.
string_agg ( value text, delimiter text ) → textConcatenates the non-null input values into a string. Each value after the first is preceded by the corresponding
delimiter (if it's not null).string_agg ( value bytea, delimiter bytea ORDER BY input_sort_columns ) → byteaConcatenates the non-null input values into a string. Each value after the first is preceded by the corresponding
delimiter (if it's not null).Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source