Re: create type problem!

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: create type problem!
Дата
Msg-id 3E89DE82.8090903@joeconway.com
обсуждение исходный текст
Ответ на create type problem!  ("Lakshmi S." <lakshmi@uomphysics.net>)
Список 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 по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Cursors with Large, Ordered Result Sets
Следующее
От: Joe Conway
Дата:
Сообщение: Re: hex to decimal and back again