Curran Schiefelbein wrote:
> BTW, link to old site is still given in documentation:
> http://pqxx.org/devprojects/libpqxx/doc/2.6.9/html/Reference/
> (see bottom of page)
> 
> 
> Bart Samwel wrote:
>  > 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));
> 
> 
> Thanks. I finally (<blush>) got around to trying this... funny thing is, 
> I still get the printouts that begin with "+  INSERT INTO..." when the 
> code runs.
> 
> When the connection object is created, its noticer is null, and then 
> after the set_noticer call, the noticer is the NONnoticer I gave it. So 
> the auto_ptr stuff should be working.
> 
> Actually, if the default value of m_Noticer's contents is null, then 
> those "+  INSERT" printouts are definitely not caused by a noticer.
> 
> I've been grepping around for the right print statement in both pqxx and 
> libpq, but haven't found it yet. Ideas?

Nope, I'm puzzled! My grepping doesn't yield anything else... Perhaps 
libpq prints this stuff when it runs in some kind of debug mode? 
Otherwise I wouldn't know...

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

Reply via email to