commenting on polymorphic aggregates possible?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема commenting on polymorphic aggregates possible?
Дата
Msg-id 3FB8DC8B.3010501@familyhealth.com.au
обсуждение исходный текст
Ответы Re: commenting on polymorphic aggregates possible?
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: Background writer process
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [pgsql-hackers-win32] [PATCHES] SRA Win32 sync() code