From: | "Peter Darley" <pdarley(at)kinesis-cem(dot)com> |
---|---|
To: | "Joel Palmius" <joel(dot)palmius(at)mh(dot)se>, "pgsql-general" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: "Custom" records? |
Date: | 2002-09-24 16:50:36 |
Message-ID: | NNEAICKPNOGDBHNCEDCPKEJJCOAA.pdarley@kinesis-cem.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Joel,
I don't have an answer for this, but I do have a question.
I couldn't find any way to get a median native in PostgreSQL, did you write
a median function or some such? If so, would you be willing to share it?
Thanks,
Peter Darley
-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Joel Palmius
Sent: Thursday, September 19, 2002 2:53 AM
To: pgsql-general
Subject: [GENERAL] "Custom" records?
Before asking this, I suspect that the answer is no, but I'll ask anyway.
Is there a way to return a completely custom column/row record from a
plpgsql function?
I'd want a function "Descriptives(int)" with results to looking like the
below when SELECT:ed :
measurement | value
------------+------
Mean | 15.8
Median | 16.0
Std.dev | 0.8
Max | 38.0
Min | 0.0
If not possible in plpgsql, is there a workaround while still not having
an external program fetching a lot of data from the DB to do the
calculation?
// Joel
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Elphick | 2002-09-24 17:28:39 | Re: rotatelog / logrotate with PostgreSQL |
Previous Message | Joe Conway | 2002-09-24 16:48:02 | Re: subselect bug (was Re: [GENERAL] DBLink: interesting |