diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-06-01 10:22:16 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-06-01 10:22:16 -0400 |
commit | 3d8aefece4b98e8e85e8ed3f27efab732d2a4d71 (patch) | |
tree | 45e17c922b0ddb96d3d8688ea653ceef286d3950 | |
parent | 322c9b340adae0b48eed6fe822cbb700a2e6cf34 (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 95559ef1ac4..cf9c0890af3 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -858,7 +858,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. |