> > Ah, > > > > It just hit me that I probably logged all the wrong > type of stuff there. I should have been logging statements > shouldn't I? > > > > http://privatepaste.com/6f1LYISojo > > > > I think this shows up that they're sending an > extra commit transaction on line 36. > > > > Could someone do us a favour and check I've not > misread that? > > Looks like it to me. > > Notice that they frequently issue two "start > transaction" in a row. Seems > like a flaw in their programming logic somewhere. > Yeah I agree, I think they connect into template1 initially and get a list of the databases, then once you choose the database their software creates another connection to that database, then they issue transaction blocks for every connection. A bit mad.