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 6986ec5c92e6c947fed97a29a94a7c3886a07ce6..3f9584928c516eb466129fe6c8ee3e38b39ccca1 100644 (file)
@@ -864,7 +864,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.