Re: ERROR: plperl functions cannot take type anyarray - Mailing list pgsql-novice

From Tom Lane
Subject Re: ERROR: plperl functions cannot take type anyarray
Date
Msg-id 19631.1121182138@sss.pgh.pa.us
Whole thread Raw
In response to ERROR: plperl functions cannot take type anyarray  ("Evans, Roy" <revans@emea.att.com>)
List pgsql-novice
"Evans, Roy" <revans@emea.att.com> writes:
> I am looking for a function to do an excel like percentile function , an sql percentile_cont or percentile_disc or
something.   If I have choice, I'd like to write the function in perl. 

> Given the error message ,  can I do what I want in perl ?

Do you really need the aggregate to operate on any data type?  Seems
like in practice, building it for float8 would be sufficient.

            regards, tom lane

pgsql-novice by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Table Permission?
Next
From: Aris Aridis
Date:
Subject: ...