summaryrefslogtreecommitdiffstats
path: root/kexi/doc/dev/pgsql_issues.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/doc/dev/pgsql_issues.txt')
-rw-r--r--kexi/doc/dev/pgsql_issues.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/kexi/doc/dev/pgsql_issues.txt b/kexi/doc/dev/pgsql_issues.txt
new file mode 100644
index 00000000..9e21e4ac
--- /dev/null
+++ b/kexi/doc/dev/pgsql_issues.txt
@@ -0,0 +1,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
+