doc: add missing "the" in LATERAL sentence.
authorBruce Momjian <[email protected]>
Thu, 1 Jun 2023 14:22:16 +0000 (10:22 -0400)
committerBruce Momjian <[email protected]>
Thu, 1 Jun 2023 14:22:16 +0000 (10:22 -0400)
Backpatch-through: 11

doc/src/sgml/queries.sgml

index 4b9d5c2c804dadfd6d6fc4e0099525f183ab10bd..f72c3ecd787d8869170355900e20e8951d44e8f4 100644 (file)
@@ -858,7 +858,7 @@ ORDER BY p;
     </para>
 
     <para>
-     A <literal>LATERAL</literal> item can appear at top level in the
+     A <literal>LATERAL</literal> item can appear at the top level in the
      <literal>FROM</literal> list, or within a <literal>JOIN</literal> tree.  In the latter
      case it can also refer to any items that are on the left-hand side of a
      <literal>JOIN</literal> that it is on the right-hand side of.