Aggregates can be polymorphic, using polymorphic implementation functions.

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

Commit: e3b1b6c0cdc1ceda26053573af1da4f35ee8566d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-07-01T19:10:53Z
Releases: 7.4.1
Aggregates can be polymorphic, using polymorphic implementation functions.
It also works to create a non-polymorphic aggregate from polymorphic
functions, should you want to do that.  Regression test added, docs still
lacking.  By Joe Conway, with some kibitzing from Tom Lane.

Files