Re: C Function Question - Mailing list pgsql-novice

From btt@nethouse.com
Subject Re: C Function Question
Date
Msg-id 20020211213759.GA78042@dev.nethouse.com
Whole thread Raw
In response to Re: C Function Question  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
On Mon, Feb 11, 2002 at 11:40:06AM -0500, Tom Lane wrote:
> Bill Triplett <btt@nethouse.com> writes:
> > The prob. is I can't seem to find a straightforward way to get from
> > the array of floats to the postgres select form.
>
> Take a look at the "FLOAT AGGREGATE OPERATORS" in
> src/backend/utils/adt/float.c.  These show relatively simple code for
> assembling and disassembling fixed-size float arrays.

That is exactly what I needed... many thanks!

Bill


pgsql-novice by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: "Hot Backups"
Next
From: "Brian Johnson"
Date:
Subject: Convert from Mysql to Postgresql