8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
1 parent f963f80 commit 99164e6Copy full SHA for 99164e6
doc/src/sgml/ref/declare.sgml
@@ -271,7 +271,8 @@ DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITI
271
and not use grouping or <literal>ORDER BY</literal>). Cursors
272
that are not simply updatable might work, or might not, depending on plan
273
choice details; so in the worst case, an application might work in testing
274
- and then fail in production.
+ and then fail in production. If <literal>FOR UPDATE</literal> is
275
+ specified, the cursor is guaranteed to be updatable.
276
</para>
277
278
<para>
0 commit comments