Caleb Welton <[EMAIL PROTECTED]> writes: > Forgive me if I'm being dense, but could you explain why
> int4_sum(bigint,int) must not be strict, but > int4_avg_accum(bytea, int) can be strict? The former is used with a NULL initial value, the latter isn't. Read the fine print in the CREATE AGGREGATE man page about behavior with strict transition functions. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq