diff --git a/doc/sql.extensions/README.scrollable_cursors.txt b/doc/sql.extensions/README.scrollable_cursors.txt index a9514807ac..e728f282ba 100644 --- a/doc/sql.extensions/README.scrollable_cursors.txt +++ b/doc/sql.extensions/README.scrollable_cursors.txt @@ -13,7 +13,7 @@ Scrollable cursors Syntax rules (PSQL): // To declare a cursor: - DECLARE CURSOR SCROLL CURSOR FOR ( ) // To fetch forward: FETCH [INTO [, ...]];