mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
doc: add missing "the" in LATERAL sentence.
Backpatch-through: 11
This commit is contained in:
parent
e6a254c0d4
commit
9eb1817d5c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user