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 61b1373fda2aca4c05de444eb2c118980d097ae4..c0d841531cb11f984edc6e6633488cc9a210fb79 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.