Re: C Function Question

From: btt(at)nethouse(dot)com
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: C Function Question
Date: 2002-02-11 21:37:59
Message-ID: 20020211213759.GA78042@dev.nethouse.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Mon, Feb 11, 2002 at 11:40:06AM -0500, Tom Lane wrote:
> Bill Triplett <btt(at)nethouse(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Brian Johnson 2002-02-11 21:53:30 Convert from Mysql to Postgresql
Previous Message Josh Berkus 2002-02-11 20:19:53 Re: "Hot Backups"