Re: [SQL] setof or array as input parameter to postgresql 8.2 functions

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [SQL] setof or array as input parameter to postgresql 8.2 functions
Дата
Msg-id 162867790706132257v53da9fb7raebee4f4ed50e00e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [SQL] setof or array as input parameter to postgresql 8.2 functions  ("Jyoti Seth" <jyotiseth2001@gmail.com>)
Ответы Re: [SQL] setof or array as input parameter to postgresql 8.2 functions  ("Jyoti Seth" <jyotiseth2001@gmail.com>)
Список pgsql-general
2007/6/14, Jyoti Seth <jyotiseth2001@gmail.com>:
> Thanks for the solution. With this I am able to pass arrays and
> multidimensional arrays in postgresql functions.
>
> One of my problem is still left I want to pass set of values with different
> datatypes.For eg:
> I want to pass following values to the function:
> 1 ajay 1000.12
> 2 rita 2300.24
> 3 leena 1230.78
> 4 jaya 3432.45
>
> As the values have different data types I have to create three different
> arrays. Is there any way with which I can pass this as a single setof
> values.
>
>

You have to wait for 8.3 where arrays on composite types are
supported. Currently in one our application we use array of arrays
where different types are too, and we cast it to text.

Regards
Pavel

В списке pgsql-general по дате отправления:

Предыдущее
От: "Jyoti Seth"
Дата:
Сообщение: Re: [SQL] setof or array as input parameter to postgresql 8.2 functions
Следующее
От: "Jyoti Seth"
Дата:
Сообщение: Re: [SQL] setof or array as input parameter to postgresql 8.2 functions