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

Commit99164e6

Browse files
committed
doc: adjust DECLARE docs to mention FOR UPDATE behavior
Reported-by: Peter EisentrautDiscussion:https://postgr.es/m/8dc63ba7-dc56-fc7c-fc16-4fae03e3bfe6@2ndquadrant.comAuthor: Peter Eisentraut, Tom Lane, meBackpatch-through: 9.3
1 parentf963f80 commit99164e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/ref/declare.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITI
271271
and not use grouping or <literal>ORDER BY</literal>). Cursors
272272
that are not simply updatable might work, or might not, depending on plan
273273
choice details; so in the worst case, an application might work in testing
274-
and then fail in production.
274+
and then fail in production. If <literal>FOR UPDATE</literal> is
275+
specified, the cursor is guaranteed to be updatable.
275276
</para>
276277

277278
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp