You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
1. Dynamic (non-buffered cursors) in PostgreSQL
|
|
To avoid big memory consuming, we will need to use backend-side (native) cursors
|
|
with "DECLARE CURSOR" statement. Otherwise KexiDB::Cursor needs to be buffered.
|
|
|
|
http://archives.postgresql.org/pgsql-interfaces/2000-09/msg00082.php
|
|
|