From 8cd8d505f46d03c2afb0eb4651fe195dc891d42a Mon Sep 17 00:00:00 2001 From: dimitr Date: Sat, 21 Mar 2015 05:15:25 +0000 Subject: [PATCH] Fixed a mistake. --- doc/sql.extensions/README.scrollable_cursors.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [, ...]];