projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
322c9b3
)
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 95559ef1ac470eb9063392ca39874e5d56183bf4..cf9c0890af3bcfb940d7041de76837e036f9a127 100644
(file)
--- 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 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.