Re: arrays as pgsql function parameters

Поиск
Список
Период
Сортировка
От Joseph Syjuco
Тема Re: arrays as pgsql function parameters
Дата
Msg-id PAEBJHHLOIKKCIGBMJOLAEEBCAAA.joseph@asti.dost.gov.ph
обсуждение исходный текст
Ответ на Re: arrays as pgsql function parameters  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Ответы Re: arrays as pgsql function parameters  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Re: arrays as pgsql function parameters  ("Josh Berkus" <josh@agliodbs.com>)
VIEWs and FOREIGN keys  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-sql
actually i already have and basically the function statments start ascreate 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

-----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


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



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

Предыдущее
От: Achilleus Mantzios
Дата:
Сообщение: Re: arrays as pgsql function parameters
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: arrays as pgsql function parameters