Re: Anyarray with mixed data types inside of a PL/PLSQL function parameter

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Anyarray with mixed data types inside of a PL/PLSQL function parameter
Дата
Msg-id 19227.1109701620@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Anyarray with mixed data types inside of a PL/PLSQL function parameter  ("Christian Hofmann" <christian.hofmann@gmx.de>)
Список pgsql-novice
"Christian Hofmann" <christian.hofmann@gmx.de> writes:
> select test(ARRAY[['my_row'::text, 'mytext'::text, false::boolean, 'thats my
> value'::text],['my_row2'::text, 'integer'::text, false::boolean,
> 3::integer]])

You can't have an "array" whose elements are of different datatypes.

            regards, tom lane

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

Предыдущее
От: Kumar S
Дата:
Сообщение: Re: Please help
Следующее
От:
Дата:
Сообщение: Re: Please help