|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -58,9 +58,7 @@ DECLARE <replaceable class="parameter">cursorname</replaceable> [ BINARY ] [ INS
|
58 | 58 | <para>
|
59 | 59 | <acronym>SQL92</acronym> keyword indicating that data retrieved
|
60 | 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. |
| 61 | +By default, all cursors are insensitive. This keyword has no effect. |
64 | 62 | </para>
|
65 | 63 | </listitem>
|
66 | 64 | </varlistentry>
|
|