Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 93331d8

Browse files
committed
Remove mention of transactions for insensitive cursors.
1 parent 063da9d commit 93331d8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/src/sgml/ref/declare.sgml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.19 2003/03/10 03:53:48 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.20 2003/03/21 17:11:46 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -58,9 +58,7 @@ DECLARE <replaceable class="parameter">cursorname</replaceable> [ BINARY ] [ INS
5858
<para>
5959
<acronym>SQL92</acronym> keyword indicating that data retrieved
6060
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.
61+
By default, all cursors are insensitive. This keyword has no effect.
6462
</para>
6563
</listitem>
6664
</varlistentry>

0 commit comments

Comments
 (0)