From b71e2bb122cd660fd67868ff06b9d3b57d227237 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 12 Feb 2006 21:13:00 +0000 Subject: [PATCH] Fix broken markup. --- doc/src/sgml/ref/declare.sgml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/ref/declare.sgml b/doc/src/sgml/ref/declare.sgml index fd7a682917..ee94d41d6f 100644 --- a/doc/src/sgml/ref/declare.sgml +++ b/doc/src/sgml/ref/declare.sgml @@ -1,5 +1,5 @@ @@ -130,8 +130,9 @@ DECLARE name [ BINARY ] [ INSENSITI a performance penalty on the query's execution time. NO SCROLL specifies that the cursor cannot be used to retrieve rows in a nonsequential fashion. The default is to - allow scrolling, but this is not the same as specifying - SCROLL. See for more details. + allow scrolling in some cases; this is not the same as specifying + SCROLL. See for details. @@ -200,8 +201,8 @@ DECLARE name [ BINARY ] [ INSENSITI - - Notes + + Notes Unless WITH HOLD is specified, the cursor -- 2.50.0