commenting on polymorphic aggregates possible?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: commenting on polymorphic aggregates possible?
Date: 2003-11-17 14:34:51
Message-ID: 3FB8DC8B.3010501@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

-- value-independent transition function
CREATE AGGREGATE newcnt (
sfunc = int4inc, basetype = 'any', stype = int4,
initcond = '0'
);

COMMENT ON AGGREGATE newcnt (any) IS 'an any agg comment';
ERROR: syntax error at or near "any" at character 30
COMMENT ON AGGREGATE newcnt (any) IS NULL;
ERROR: syntax error at or near "any" at character 30

Is there any way of commenting that aggregate?

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-11-17 15:32:11 Re: [PATCHES] SRA Win32 sync() code
Previous Message Shridhar Daithankar 2003-11-17 11:58:29 Re: Background writer process