We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063da9d commit 93331d8Copy full SHA for 93331d8
doc/src/sgml/ref/declare.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.19 2003/03/10 03:53:48 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.20 2003/03/21 17:11:46 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -58,9 +58,7 @@ DECLARE <replaceable class="parameter">cursorname</replaceable> [ BINARY ] [ INS
58
<para>
59
<acronym>SQL92</acronym> keyword indicating that data retrieved
60
from the cursor should be unaffected by updates from other processes or cursors.
61
- Since cursor operations occur within transactions
62
- in <productname>PostgreSQL</productname> this is always the case.
63
- This keyword has no effect.
+ By default, all cursors are insensitive. This keyword has no effect.
64
</para>
65
</listitem>
66
</varlistentry>
0 commit comments