aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/select.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/select.sgml')
-rw-r--r--doc/src/sgml/ref/select.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml
index f1bc158d03b..231dc6ad8a3 100644
--- a/doc/src/sgml/ref/select.sgml
+++ b/doc/src/sgml/ref/select.sgml
@@ -1497,8 +1497,9 @@ SELECT * FROM <replaceable class="parameter">name</replaceable>
variant in parts of complex queries. Only the <literal>WITH</>,
<literal>UNION</>, <literal>INTERSECT</>, <literal>EXCEPT</>,
<literal>ORDER BY</>, <literal>LIMIT</>, <literal>OFFSET</>,
- <literal>FETCH</> and locking clauses can be used with <command>TABLE</>;
- the <literal>WHERE</> clause and any form of aggregation cannot
+ <literal>FETCH</> and <literal>FOR</> locking clauses can be used
+ with <command>TABLE</>; the <literal>WHERE</> clause and any form of
+ aggregation cannot
be used.
</para>
</refsect2>