It should be possible to create "real" (server side) cursors usind the `pgdb.Connection.cursor()` method. It would make sense to add an optional `name` parameter that would be used as the name of the server side cursor (see [here](http://www.postgresql.org/docs/current/static/sql-declare.html)). (copied from Trac ticket 68, created 2016-01-15)