The following bug has been logged online:
Bug reference: 3852
Logged by: Sokolov Yura
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3beta4
Operating system: Linux Debian 4.0rel2
Description:Could not create complex aggregate
Details:
Possibly it's not an er
"Sokolov Yura" <[EMAIL PROTECTED]> writes:
> create or replace function add_group(grp anyarray, ad anyelement, size int4)
> returns anyarray
> language plpgsql
> ...
> create aggregate build_group(anyelement, int4) (
> SFUNC= add_group,
> STYPE = anyarray
> );
> ERROR: argument declared "any