| From: | Igor Neyman <ineyman(at)perceptron(dot)com> |
|---|---|
| To: | utsav <utsav(dot)pshah(at)tcs(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: TYPE TABLE OF NUMBER |
| Date: | 2012-06-05 18:52:19 |
| Message-ID: | A76B25F2823E954C9E45E32FA49D70EC03E1E6AB@mail.corp.perceptron.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
> -----Original Message-----
> From: utsav [mailto:utsav(dot)pshah(at)tcs(dot)com]
> Sent: Monday, June 04, 2012 1:00 AM
> To: pgsql-general(at)postgresql(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gauthier, Dave | 2012-06-05 18:59:41 | db alias |
| Previous Message | John R Pierce | 2012-06-05 17:57:47 | Re: Postgresql support for windows 8 and Windows 2012 server |