Re: array in a store procedure in C

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: array in a store procedure in C
Дата
Msg-id CAB7nPqRvP8E2Zexv-6gcimEmk4GVD+k1k=0AhS=BOuKKS9aUZw@mail.gmail.com
обсуждение исходный текст
Ответ на array in a store procedure in C  (Juan Pablo L <jpablolorenzetti@gmail.com>)
Ответы Re: array in a store procedure in C  (Juan Pablo L <jpablolorenzetti@gmail.com>)
Список pgsql-general
On Thu, Jan 29, 2015 at 11:45 PM, Juan Pablo L
<jpablolorenzetti@gmail.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


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: sslmode verify-ca and verify-full: essentialy the same?
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Request for review of new redis-fdw module