summaryrefslogtreecommitdiff
path: root/doc/src
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
commit0d6fffb4f0b55357e68e8908acd9cf8dc4e178f2 (patch)
treec0a4176733cea2cc3a75253cbcded14f491a6ddc /doc/src
parent6983a511288cca3ed0c40f7e5f71c4c94010293a (diff)
doc: add missing "the" in LATERAL sentence.
Backpatch-through: 11
Diffstat (limited to 'doc/src')
-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 61b1373fda2..c0d841531cb 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.