Re: array_agg and libpq(xx) - Mailing list pgsql-general

From Merlin Moncure
Subject Re: array_agg and libpq(xx)
Date
Msg-id b42b73150903191441g66b76d46ka9d00bd1a9d45826@mail.gmail.com
Whole thread Raw
In response to array_agg and libpq(xx)  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Responses Re: array_agg and libpq(xx)  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
List 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 by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Is there a meaningful benchmark?
Next
From: "Will Rutherdale (rutherw)"
Date:
Subject: Re: Is there a meaningful benchmark?