Re: [GENERAL] Array as a parameter to stored procedure.

2006-01-10 Thread A. Kretschmer
am  10.01.2006, um 11:19:32 -0500 mailte Sameer Nanda folgendes:
> Is it possible to accept an array (or any data structure representing an
> ordered set ) as an input parameter in a stored procedure? The
> number of elements will vary from call to call.

Yes, of course. A simple example:
http://a-kretschmer.de/tools/array_compare.sql


HTH, Andreas
-- 
Andreas Kretschmer(Kontakt: siehe Header)
Heynitz:  035242/47212,  D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===Schollglas Unternehmensgruppe=== 

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


[GENERAL] Array as a parameter to stored procedure.

2006-01-10 Thread Sameer Nanda
Is it possible to accept an array (or any data structure representing an ordered set ) as an input parameter in a stored procedure?  The
number of elements will vary from call to call.

DB: 
		PostgreSQL 8.0.0 on Linux