diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
new file mode 100644
index b6bf6a3..1ba5ea8
*** a/doc/src/sgml/ref/psql-ref.sgml
--- b/doc/src/sgml/ref/psql-ref.sgml
*************** PostgreSQL documentation
*** 99,105 ****
         <command>BEGIN</>/<command>COMMIT</> commands included in the
         string to divide it into multiple transactions.  This is
         different from the behavior when the same string is fed to
!        <application>psql</application>'s standard input.
        </para>
        </listitem>
      </varlistentry>
--- 99,106 ----
         <command>BEGIN</>/<command>COMMIT</> commands included in the
         string to divide it into multiple transactions.  This is
         different from the behavior when the same string is fed to
!        <application>psql</application>'s standard input.  Also, only
!        the result of the last SQL command is returned.
        </para>
        </listitem>
      </varlistentry>
