Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93331d8

Browse files
committed
Remove mention of transactions for insensitive cursors.
1 parent063da9d commit93331d8

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)

[8]ページ先頭

©2009-2025 Movatter.jp