Re: array_agg and libpq(xx)

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

2009/3/19 Merlin Moncure <mmoncure(at)gmail(dot)com>:

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

Thanks, I will have to do it via libpqxx unfortunately. Which
complicates matter a bit, since they don't expose libpq. (which for
instance sux, because there's no equivalent of execParam() in pqxx,
and prepared statements aren't always what I am aiming for..).

--
GJ

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Higgins 2009-03-19 22:28:35 Re: Special charaters
Previous Message Dann Corbit 2009-03-19 22:26:11 Re: Is there a meaningful benchmark?