diff options
-rw-r--r-- | doc/src/sgml/queries.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index 4b9d5c2c804..f72c3ecd787 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. |