Remove the single-argument form of string_agg(). It added nothing much in

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b0c451e145be23211dce0718cc63e632959591e8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-08-05T18:21:19Z
Releases: 9.1.0
Remove the single-argument form of string_agg().  It added nothing much in
functionality, while creating an ambiguity in usage with ORDER BY that at
least two people have already gotten seriously confused by.  Also, add an
opr_sanity test to check that we don't in future violate the newly minted
policy of not having built-in aggregates with the same name and different
numbers of parameters.  Per discussion of a complaint from Thom Brown.

Files