From: sch19831106 <sch...@16...> - 2010-12-01 10:50:56
|
Hi developers. Excuse me! I am shen changhai. ***************************** postgres-xc Environment ******************************** Executed statement " create aggregate " on the postgres-xc,statement and results are as follows: Statement: create aggregate newavg2 (sfunc = int4pl, basetype = int4,stype = int4,finalfunc = int2um, initcond = '0'); Results: ERROR: aggregate ctype must be specified ******************************* pg Environment *********************************** Executed statement " create aggregate " on the pg,statement and results are as follows: Statement: create aggregate newavg2 (sfunc = int4pl, basetype = int4,stype = int4,finalfunc = int2um, initcond = '0'); Results: ERROR: function int2um(integer) does not exist The above results are correct? Thanks! ********************** shen changhai Email: sch...@16... |