aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-06-01 10:22:16 -0400
committerBruce Momjian <bruce@momjian.us>2023-06-01 10:22:16 -0400
commit9eb1817d5cb8e85a753ea658059495d0b75a623a (patch)
treebdbad40609f97884614b1cd127c95d9162b34b60
parente6a254c0d4af1f693f23b2f5fd550914c4c7e90c (diff)
downloadpostgresql-9eb1817d5cb8e85a753ea658059495d0b75a623a.tar.gz
postgresql-9eb1817d5cb8e85a753ea658059495d0b75a623a.zip
doc: add missing "the" in LATERAL sentence.
Backpatch-through: 11
-rw-r--r--doc/src/sgml/queries.sgml2
1 files changed, 1 insertions, 1 deletions
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;
</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.