From: | Juan Pablo L <jpablolorenzetti(at)gmail(dot)com> |
---|---|
To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
Cc: | PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: array in a store procedure in C |
Date: | 2015-01-30 04:53:53 |
Message-ID: | CABSYDaaDY3026nPin=1KJ-G47n5X-RooJj1dKZ0_fsE+Qe2D2g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
i will look there ... i have been looking in a lot of source files and can
not find anything that helps but i will look in those specific files.
Thanks a lot.
On Jan 29, 2015 9:09 PM, "Michael Paquier" <michael(dot)paquier(at)gmail(dot)com>
wrote:
> On Thu, Jan 29, 2015 at 11:45 PM, Juan Pablo L
> <jpablolorenzetti(at)gmail(dot)com> wrote:
> > I would really appreciate if someone could give me guidelines how to
> > read/extract the rows from the array and then get each element from the
> > rows. thank you very much!!
>
> src/backend/utils/adt/array_userfuncs.c is a mine of information
> containing a set of C functions to operate on arrays. You may as well
> look at contrib/intarray for some inspiration.
> --
> Michael
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
From | Date | Subject | |
---|---|---|---|
Next Message | Jeremy Palmer | 2015-01-30 04:55:09 | HTTP user authentication against PostgreSQL |
Previous Message | Joshua D. Drake | 2015-01-30 04:24:25 | Re: what is parse <unnamed>? |