1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Remove mention of transactions for insensitive cursors.

This commit is contained in:
Bruce Momjian
2003-03-21 17:11:46 +00:00
parent 063da9dce6
commit 93331d8318

View File

@ -1,5 +1,5 @@
<!-- <!--
$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 $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -58,9 +58,7 @@ DECLARE <replaceable class="parameter">cursorname</replaceable> [ BINARY ] [ INS
<para> <para>
<acronym>SQL92</acronym> keyword indicating that data retrieved <acronym>SQL92</acronym> keyword indicating that data retrieved
from the cursor should be unaffected by updates from other processes or cursors. from the cursor should be unaffected by updates from other processes or cursors.
Since cursor operations occur within transactions By default, all cursors are insensitive. This keyword has no effect.
in <productname>PostgreSQL</productname> this is always the case.
This keyword has no effect.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>