On Mon, May 13, 2013 at 02:39:17PM -0400, Tom Lane wrote:
> "Sahagian, David" <[email protected]> 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 <[email protected]> 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 ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general