array_agg and libpq(xx)

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: array_agg and libpq(xx)
Date: 2009-03-19 18:10:13
Message-ID: 2f4958ff0903191110v1616e38fn8b39a3db13d66ee1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message jc_mich 2009-03-19 18:11:05 How to run a procedure
Previous Message Ron Mayer 2009-03-19 18:04:05 Re: postgreSQL & amazon ec2 cloud