On Tue, Jul 5, 2011 at 5:38 AM, Greg Landrum <[email protected]> wrote: > On Mon, Jul 4, 2011 at 3:15 PM, Riccardo Vianello > <[email protected]> wrote: >> >> Useful hint, thanks. I'm still learning about SQLAlchemy and I would >> have probably missed the proper management of the autocommit flag. >> Btw, I actually postponed the management of the threshold values >> because of some technical details that are unclear to me and I should >> have asked about anyway. More specifically, I'm not sure about the >> scope associated to these "global" parameters. The question is >> probably for Greg, but do these values hold for the whole server, or >> for the given database, or for the specific database connection? > > The setting applies to the current connection.
Thanks. I was investigating this last night and that was more or less my conclusion (and if I'm not mistaken postgres spawns a process for each connection so maybe I could have guessed that a bit earlier..). Thanks again, Riccardo ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

