From 9eb1817d5cb8e85a753ea658059495d0b75a623a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 1 Jun 2023 10:22:16 -0400 Subject: [PATCH] doc: add missing "the" in LATERAL sentence. Backpatch-through: 11 --- doc/src/sgml/queries.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index 6986ec5c92e..3f9584928c5 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -864,7 +864,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.