File: pgsql_issues.txt

package info (click to toggle)
kdb 3.2.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,276 kB
  • sloc: cpp: 38,360; yacc: 940; python: 779; sh: 711; ansic: 440; lex: 367; xml: 182; sql: 51; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (4)
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 KDbCursor needs to be buffered.

https://archives.postgresql.org/pgsql-interfaces/2000-09/msg00082.php