Re: arrays as pgsql function parameters

Поиск
Список
Период
Сортировка
От Achilleus Mantzios
Тема Re: arrays as pgsql function parameters
Дата
Msg-id Pine.LNX.4.44.0206071632130.14271-100000@matrix.gatewaynet.com
обсуждение исходный текст
Ответ на Re: arrays as pgsql function parameters  ("Joseph Syjuco" <joseph@asti.dost.gov.ph>)
Список pgsql-sql
On Fri, 7 Jun 2002, Joseph Syjuco wrote:

> 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

Well, it depends on the code :)
Is it C? pg/plsql??

> 
> -----Original Message-----
> From: pgsql-sql-owner@postgresql.org
> [mailto:pgsql-sql-owner@postgresql.org]On Behalf Of Achilleus Mantzios
> Sent: Friday, June 07, 2002 7:24 PM
> To: Joseph Syjuco
> Cc: pgsql-sql@postgresql.org
> Subject: Re: [SQL] arrays as pgsql function parameters
> 
> 
> On Fri, 7 Jun 2002, Joseph Syjuco wrote:
> 
> Have a look at the documentation regarding server side programming.
> 
> Also you can have as examples the contrib/array and the famous
> contrib/intarray package.
> 
> > how can i pass and access array parameters to a function
> > 
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> >     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
> > 
> 
> 

-- 
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
tel:    +30-10-8981112
fax:    +30-10-8981877
email:  achill@matrix.gatewaynet.com       mantzios@softlab.ece.ntua.gr



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

Предыдущее
От: "Joseph Syjuco"
Дата:
Сообщение: Re: arrays as pgsql function parameters
Следующее
От: "Ian Cass"
Дата:
Сообщение: select failure