Re: array_agg and libpq(xx)

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: array_agg and libpq(xx)
Date: 2009-03-19 21:41:33
Message-ID: b42b73150903191441g66b76d46ka9d00bd1a9d45826@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2009/3/19 Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Will Rutherdale (rutherw) 2009-03-19 21:50:57 Re: Is there a meaningful benchmark?
Previous Message Scott Marlowe 2009-03-19 21:35:30 Re: Is there a meaningful benchmark?