[DOCS] Question on example found at src/test of libpqxx 3.0

2009-08-03 Thread Matheus Araújo Aguiar
Hello list, I've started using libpqxx some days ago and had no problem doing the basic stuff so far... Right now i'm trying to code a simple test program to do something when it receives a notification from the db. I was looking into examples provided in the src/test directory of my libpqxx 3.0 i

Re: [DOCS] Question on example found at src/test of libpqxx 3.0

2009-08-03 Thread Tom Lane
=?UTF-8?Q?Matheus_Ara=C3=BAjo_Aguiar?= writes: > I've started using libpqxx some days ago and had no problem doing the basic > stuff so far... Right now i'm trying to code a simple test program to do > something when it receives a notification from the db. I was looking into > examples provided in