Re: arrays as pgsql function parameters

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: arrays as pgsql function parameters
Дата
Msg-id web-1502497@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Re: arrays as pgsql function parameters  ("Joseph Syjuco" <joseph@asti.dost.gov.ph>)
Список pgsql-sql
Joseph,

> actually i already have and basically the function statments start as
>  create function test(_int4) returns integer
> when i tried to execute the function 
>  select test('{1,2,3,4}');
> it didnt spew out errors but it didnt output results either

How about posting a full function definition?  

We're not telepathic.

-Josh


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

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: PL/pgSQL TODO
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PL/pgSQL TODO