diff --git a/doc/src/sgml/ref/values.sgml b/doc/src/sgml/ref/values.sgml
new file mode 100644
index 0fb3cd7..f91ceb0
*** 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 ****
    <tip>
     <para>
      For simple <literal>IN</> tests, it's better to rely on the
!     list-of-scalars form of <literal>IN</> than to write a <command>VALUES</>
      query as shown above.  The list of scalars method requires less writing
      and is often more efficient.
     </para>
--- 219,226 ----
    <tip>
     <para>
      For simple <literal>IN</> tests, it's better to rely on the
!     <link linkend="functions-subquery-in">list-of-scalars</link> form
!     of <literal>IN</> than to write a <command>VALUES</>
      query as shown above.  The list of scalars method requires less writing
      and is often more efficient.
     </para>
