Curran Schiefelbein wrote:
> Bart Samwel wrote:
>> Hi Andre,
>>
>> This would probably have something to do with the fact that the server 
>> is owned by Jeroen's former employer. Time to move the site to a more 
>> reliable host!
>>
>> Cheers,
>> Bart
> 
> In the meantime, can anyone tell me how to turn off the "+ INSERT blah 
> blah blah" printouts that appear when a transaction succeeds? I'm sure 
> it's in the FAQ or similar spot, but that's 404'd too.

Hmmm, that didn't go to the list I think. Anyway, I suspect that you'll 
have to set a nonnoticer on the connection, something like:

conn.set_noticer std::auto_ptr<pqxx::noticer> (new pqxx::nonnoticer));

Cheers,
Bart
_______________________________________________
Libpqxx-general mailing list
Libpqxx-general@gborg.postgresql.org
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to