diff options
author | Bruce Momjian | 2023-06-01 14:22:16 +0000 |
---|---|---|
committer | Bruce Momjian | 2023-06-01 14:22:16 +0000 |
commit | 9eb1817d5cb8e85a753ea658059495d0b75a623a (patch) | |
tree | bdbad40609f97884614b1cd127c95d9162b34b60 | |
parent | e6a254c0d4af1f693f23b2f5fd550914c4c7e90c (diff) |
doc: add missing "the" in LATERAL sentence.
Backpatch-through: 11
-rw-r--r-- | doc/src/sgml/queries.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index 6986ec5c92..3f9584928c 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -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. |