Gerhard Häring wrote: > [pyPgSQL] > Second, you may want to set fetchReturnsList on the connection object to > 1 to get tuples instead of PgResultSets back. Oh well. fetchReturnsList is a module-level variable, instead of a connection-level variable, like it should be. -- Gerhard