Re: New COPY commands in libpq - Mailing list pgsql-hackers

From reina_ga@hotmail.com (Tony Reina)
Subject Re: New COPY commands in libpq
Date
Msg-id 272e4be7.0405010125.32040317@posting.google.com
Whole thread Raw
In response to New COPY commands in libpq  (reina_ga@hotmail.com (Tony Reina))
Responses Re: New COPY commands in libpq  ("Jeroen T. Vermeulen" <jtv@xs4all.nl>)
List pgsql-hackers
> You might try porting your code to libpqxx, which is C++-native and should
> make large swathes of this sort of code unnecessary.
> 

I've seriously considered it (along with the npgsql library), but am
not really sure as to what the advantage(s) would be considering that
(with the corrections suggested) my code works now with libpq.

Would there be any improvement in speed with libpqxx? Does libpqxx
make use of the SSL encryption? How hard is it to link to the SSL
connections for Postgres commands?

-Tony


pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: pg ANY/SOME ambiguity wrt sql standard?
Next
From: "Jeroen T. Vermeulen"
Date:
Subject: Re: New COPY commands in libpq