From: Tom Lane Date: Sun, 12 Feb 2006 20:31:58 +0000 (+0000) Subject: Fix broken markup. X-Git-Tag: REL8_2_BETA1~1417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ac1526ea028739882f1a42a86fb71d5536ca3eb;p=postgresql Fix broken markup. --- diff --git a/doc/src/sgml/ref/declare.sgml b/doc/src/sgml/ref/declare.sgml index 40e25f99ad..db5b3b2d15 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