Re: create type problem! - Mailing list pgsql-general

From Joe Conway
Subject Re: create type problem!
Date
Msg-id 3E89DE82.8090903@joeconway.com
Whole thread Raw
In response to create type problem!  ("Lakshmi S." <lakshmi@uomphysics.net>)
List 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


pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Cursors with Large, Ordered Result Sets
Next
From: Joe Conway
Date:
Subject: Re: hex to decimal and back again