aggregate functions and varchar type

Поиск
Список
Период
Сортировка
От Will Benton
Тема aggregate functions and varchar type
Дата
Msg-id Pine.LNX.4.04.9904111812390.20971-100000@woggo.dhs.org
обсуждение исходный текст
Список pgsql-sql
I am having trouble with the following aggregate function (in postgres
6.4.2):

create aggregate nlappend ( basetype = varchar, sfunc1 = nl_strappend, stype1 = varchar, initcond1 = ''
);

When I try to define it, I get "parse error at or near varchar".
(nl_strappend is a function of two varchar arguments that returns a
varchar).  Defining an aggregate function on other types works fine.  

Is it possible to define an aggregate function on the varchar type?  If
so, what am I doing wrong?

Please reply via private email; I will summarize replies and followup to
the list.




thanks,
wb

---
Will Benton        | "A black eye never reformed a drunkard; a czar never 
bentonw@stolaf.edu |  stopped a free thought"              --Charles Ives




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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: [SQL] how to retrieve...
Следующее
От: Will Benton
Дата:
Сообщение: aggregate functions and varchar type