projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6a254c
)
doc: add missing "the" in LATERAL sentence.
author
Bruce Momjian
<
[email protected]
>
Thu, 1 Jun 2023 14:22:16 +0000
(10:22 -0400)
committer
Bruce Momjian
<
[email protected]
>
Thu, 1 Jun 2023 14:22:16 +0000
(10:22 -0400)
Backpatch-through: 11
doc/src/sgml/queries.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/queries.sgml
b/doc/src/sgml/queries.sgml
index 6986ec5c92e6c947fed97a29a94a7c3886a07ce6..3f9584928c516eb466129fe6c8ee3e38b39ccca1 100644
(file)
--- 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 t
he t
op 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.