Re: create type problem!

From: Joe Conway <mail(at)joeconway(dot)com>
To: "Lakshmi S(dot)" <lakshmi(at)uomphysics(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: create type problem!
Date: 2003-04-01 18:46:26
Message-ID: 3E89DE82.8090903@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Lakshmi S. wrote:
> I am trying to create a data type which should be able to store 6 float
> variables in one column. I am unable to figure out how I can write the
> input, output functions that can be used in create type.
>
> Is there any other way I can have my data in a single column ?
>

Why not use a float array (e.g. float8[])?

Joe

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2003-04-01 18:48:19 Re: hex to decimal and back again
Previous Message Stephan Szabo 2003-04-01 18:27:35 Re: Cursors with Large, Ordered Result Sets