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

doc/src/sgml/queries.sgml

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