diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
new file mode 100644
index ebb0ad4..a47af51
*** a/doc/src/sgml/ref/psql-ref.sgml
--- b/doc/src/sgml/ref/psql-ref.sgml
*************** testdb=&gt; \set PROMPT1 '%[%033[1;33;40
*** 3272,3278 ****
      exits and is reloaded when
      <application>psql</application> starts up. Tab-completion is also
      supported, although the completion logic makes no claim to be an
!     <acronym>SQL</acronym> parser.  If for some reason you do not like the tab completion, you
      can turn it off by putting this in a file named
      <filename>.inputrc</filename> in your home directory:
  <programlisting>
--- 3272,3281 ----
      exits and is reloaded when
      <application>psql</application> starts up. Tab-completion is also
      supported, although the completion logic makes no claim to be an
!     <acronym>SQL</acronym> parser.  The queries generated by tab-completion
!     can also interfere with other SQL commands, e.g. <literal>SET
!     TRANSACTION ISOLATION LEVEL</>.
!     If for some reason you do not like the tab completion, you
      can turn it off by putting this in a file named
      <filename>.inputrc</filename> in your home directory:
  <programlisting>
