diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
new file mode 100644
index 25dc2a7..e78d275
*** a/doc/src/sgml/ref/pg_dump.sgml
--- b/doc/src/sgml/ref/pg_dump.sgml
*************** PostgreSQL documentation
*** 301,307 ****
          linkend="APP-PSQL-patterns" endterm="APP-PSQL-patterns-title">),
          so multiple schemas can also be selected by writing wildcard characters
          in the pattern.  When using wildcards, be careful to quote the pattern
!         if needed to prevent the shell from expanding the wildcards.
         </para>
  
         <note>
--- 301,308 ----
          linkend="APP-PSQL-patterns" endterm="APP-PSQL-patterns-title">),
          so multiple schemas can also be selected by writing wildcard characters
          in the pattern.  When using wildcards, be careful to quote the pattern
!         if needed to prevent the shell from expanding the wildcards;  see
!         <xref linkend="pg-dump-examples" endterm="pg-dump-examples-title">.
         </para>
  
         <note>
*************** PostgreSQL documentation
*** 435,441 ****
          linkend="APP-PSQL-patterns" endterm="APP-PSQL-patterns-title">),
          so multiple tables can also be selected by writing wildcard characters
          in the pattern.  When using wildcards, be careful to quote the pattern
!         if needed to prevent the shell from expanding the wildcards.
         </para>
  
         <para>
--- 436,443 ----
          linkend="APP-PSQL-patterns" endterm="APP-PSQL-patterns-title">),
          so multiple tables can also be selected by writing wildcard characters
          in the pattern.  When using wildcards, be careful to quote the pattern
!         if needed to prevent the shell from expanding the wildcards;  see
!         <xref linkend="pg-dump-examples" endterm="pg-dump-examples-title">.
         </para>
  
         <para>
*************** CREATE DATABASE foo WITH TEMPLATE templa
*** 973,979 ****
   </refsect1>
  
   <refsect1 id="pg-dump-examples">
!   <title>Examples</title>
  
    <para>
     To dump a database called <literal>mydb</> into a SQL-script file:
--- 975,981 ----
   </refsect1>
  
   <refsect1 id="pg-dump-examples">
!   <title id="pg-dump-examples-title">Examples</title>
  
    <para>
     To dump a database called <literal>mydb</> into a SQL-script file:
