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