Re: array_agg and libpq(xx)

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: array_agg and libpq(xx)
Дата
Msg-id b42b73150903191441g66b76d46ka9d00bd1a9d45826@mail.gmail.com
обсуждение исходный текст
Ответ на array_agg and libpq(xx)  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Ответы Re: array_agg and libpq(xx)  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Список pgsql-general
2009/3/19 Grzegorz Jaśkiewicz <gryzman@gmail.com>:
> Hi,
>
> Anyone here passed array to C/c++ code via libpq(xx) ??
> I need to pass on an array of strings, some of them might contain coma symbol.
> I am wondering, if there's anything already in libpq(xx) that would
> chop value into an array of char* , or will it just return a string
> and it is up to user to chop it.
>

if you are moving arrays (and/or composites) into out of database
through libpq, check out libpqtypes:

http://libpqtypes.esilo.com/

merlin

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Is there a meaningful benchmark?
Следующее
От: "Will Rutherdale (rutherw)"
Дата:
Сообщение: Re: Is there a meaningful benchmark?