summaryrefslogtreecommitdiffstats
path: root/kexi/doc/dev/pgsql_issues.txt
blob: 9e21e4ac2d95b996a83618804f2164a223816c63 (plain)
1
2
3
4
5
6
7

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