> -----Original Message-----
> From: utsav [mailto:utsav.pshah@tcs.com]
> Sent: Monday, June 04, 2012 1:00 AM
> To: pgsql-general@postgresql.org
> Subject: Re: TYPE TABLE OF NUMBER
>
> No.. in this we have to define domain and than used it . Our
> requirenment is like application pass the array of integer and that we
> have to use in PostgreSQL functions.
>
> --
> View this message in context:
> http://postgresql.1045698.n5.nabble.com/TYPE-TABLE-OF-NUMBER-
> tp5710983p5711116.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
PostgreSQL has already "integer array" type: _int4 or _int2 (or whatever integer length you need).
No need to create new type.
Regards,
Igor Neyman