We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ecb6c commit 7b614c7Copy full SHA for 7b614c7
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</>). 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