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

From Grzegorz Jaśkiewicz
Subject array_agg and libpq(xx)
Date
Msg-id 2f4958ff0903191110v1616e38fn8b39a3db13d66ee1@mail.gmail.com
Whole thread Raw
Responses Re: array_agg and libpq(xx)
Re: array_agg and libpq(xx)
List pgsql-general
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.

thanks.


--
GJ

pgsql-general by date:

Previous
From: Ron Mayer
Date:
Subject: Re: postgreSQL & amazon ec2 cloud
Next
From: jc_mich
Date:
Subject: How to run a procedure