diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
new file mode 100644
index eb2a0c5..b3bb0a7
*** a/doc/src/sgml/func.sgml
--- b/doc/src/sgml/func.sgml
*************** WHERE EXISTS (SELECT 1 FROM tab2 WHERE c
*** 14590,14596 ****
Boolean (true/false) results.
! <literal>IN</literal>
--- 14590,14596 ----
Boolean (true/false) results.
! <literal>IN</literal>
diff --git a/doc/src/sgml/ref/values.sgml b/doc/src/sgml/ref/values.sgml
new file mode 100644
index 0fb3cd7..9b0d8fa
*** a/doc/src/sgml/ref/values.sgml
--- b/doc/src/sgml/ref/values.sgml
*************** WHERE ip_address IN (VALUES('192.168.0.1
*** 219,225 ****
For simple IN tests, it's better to rely on the
! list-of-scalars form of IN than to write a VALUES
query as shown above. The list of scalars method requires less writing
and is often more efficient.
--- 219,226 ----
For simple IN tests, it's better to rely on the
! list-of-scalars
! form of IN than to write a VALUES
query as shown above. The list of scalars method requires less writing
and is often more efficient.