diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml
new file mode 100644
index 79a329d..342db6e
*** a/doc/src/sgml/release-9.3.sgml
--- b/doc/src/sgml/release-9.3.sgml
***************
*** 1048,1061 ****
  
        <listitem>
         <para>
!         Force cached functions to be replanned if the <link
          linkend="guc-search-path"><varname>search_path</></link> changes
          (Tom Lane)
         </para>
  
         <para>
!         Previously functions already run in the current session ignored
!         <varname>search_path</> changes.
         </para>
        </listitem>
  
--- 1048,1061 ----
  
        <listitem>
         <para>
!         Force cached plans to be replanned if the <link
          linkend="guc-search-path"><varname>search_path</></link> changes
          (Tom Lane)
         </para>
  
         <para>
!         Previously cached plans already generated in the current session
!         ignored <varname>search_path</> changes.
         </para>
        </listitem>
  
