*** a/doc/src/sgml/ref/pg_dump.sgml
--- b/doc/src/sgml/ref/pg_dump.sgml
***************
*** 200,206 **** PostgreSQL documentation
          file based output formats, in which case the standard output is used.
          It must be given for the directory output format however, where it
          specifies the target directory instead of a file. In this case the
!         directory is created by <command>pg_dump</command> and must not exist
          before.
         </para>
        </listitem>
--- 200,206 ----
          file based output formats, in which case the standard output is used.
          It must be given for the directory output format however, where it
          specifies the target directory instead of a file. In this case the
!         directory must be empty or not exist
          before.
         </para>
        </listitem>
*** a/doc/src/sgml/ref/pg_restore.sgml
--- b/doc/src/sgml/ref/pg_restore.sgml
***************
*** 265,272 ****
         </para>
  
         <para>
!         Only the custom archive format is supported with this option.
!         The input file must be a regular file (not, for example, a
          pipe).  This option is ignored when emitting a script rather
          than connecting directly to a database server.  Also, multiple
          jobs cannot be used together with the
--- 265,273 ----
         </para>
  
         <para>
!         Only the custom and directory archive formats are supported
!         with this option.
!         The input must be a regular file or directory (not, for example, a
          pipe).  This option is ignored when emitting a script rather
          than connecting directly to a database server.  Also, multiple
          jobs cannot be used together with the
