doc: fix wording in SELECT docs
authorBruce Momjian <bruce@momjian.us>
Fri, 21 Aug 2026 01:35:26 +0000 (21:35 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 21 Aug 2026 01:35:47 +0000 (21:35 -0400)
Reported-by: Garry Polley
Author: Garry Polley

Discussion: https://postgr.es/m/CAPj_C4wRh_JSi_RSFZLPUDVoVeOjFhos5RG+DggtK38wzakjEQ@mail.gmail.com

Backpatch-through: master

doc/src/sgml/ref/select.sgml

index 837bf6d78321e5178629c091defe9273f7a6af68..e7072691669b3be84c2051a52b8fce5ca02278eb 100644 (file)
@@ -1751,7 +1751,7 @@ ROLLBACK TO s;
     on one or more of the rows.  Once the <literal>SELECT</literal> unblocks, some
     of the ordering column values might have been modified, leading to those
     rows appearing to be out of order (though they are in order in terms
-    of the original column values).  This can be worked around at need by
+    of the original column values).  This can be worked around as needed by
     placing the <literal>FOR UPDATE/SHARE</literal> clause in a sub-query,
     for example
 <programlisting>