SQL adaptation guide For PostgreSQL 8.x.y, 9.x.y / BDL programming |
The Genero programming language supports scrollable cursors.
PostgreSQL supports native scrollable cursors.
The PostgreSQL database driver uses native scrollable cursors by declaring (DECLARE)server cursors with the SCROLL clause.