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

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

Commit: bdd538c571ff6712b9c17b179791592629ad5207
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-08-05T18:21:31Z
Releases: 9.0.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