Search Postgresql Archives

Re: replanning Prepared Statements ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, May 13, 2013 at 02:39:17PM -0400, Tom Lane wrote:
> "Sahagian, David" <david.sahagian@xxxxxxx> writes:
> > I see in the Release Notes for 9.3 beta . . .
> >   "Force cached functions to be replanned if the search_path changes (Tom Lane)
> >   Previously functions already run in the current session ignored search_path changes."
> 
> > Question:
> >   Do Prepared Statements also get replanned, if the search_path changes ?
> 
> Yes ... that release note text still needs work, it's really about any
> cached plan, which affects more than just functions.

OK, attached release note patch applied.

-- 
  Bruce Momjian  <bruce@xxxxxxxxxx>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +
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>
  
-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux