"Custom" records? - Mailing list pgsql-general

From Joel Palmius
Subject "Custom" records?
Date
Msg-id Pine.LNX.4.44.0209191144210.15296-100000@ligur.student.mh.se
Whole thread Raw
Responses Re: "Custom" records?  (Neil Conway <neilc@samurai.com>)
Re: "Custom" records?  ("Peter Darley" <pdarley@kinesis-cem.com>)
List pgsql-general
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



pgsql-general by date:

Previous
From: Jean-Christian Imbeault
Date:
Subject: Re: IN vs EXIIST
Next
From: Jean-Christian Imbeault
Date:
Subject: Re: IN vs EXIIST