projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22a27ef
)
9.3 release notes: improve cached plan mention
author
Bruce Momjian
<
[email protected]
>
Tue, 21 May 2013 20:42:24 +0000
(16:42 -0400)
committer
Bruce Momjian
<
[email protected]
>
Tue, 21 May 2013 20:42:29 +0000
(16:42 -0400)
Per suggestion from Tom Lane.
doc/src/sgml/release-9.3.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.3.sgml
b/doc/src/sgml/release-9.3.sgml
index 79a329d638775ff81c4a30a7d4865a9cabaf5f62..342db6ea8b3bdd2abb8547090d4ef717cb6f6da7 100644
(file)
--- a/
doc/src/sgml/release-9.3.sgml
+++ b/
doc/src/sgml/release-9.3.sgml
@@
-1048,14
+1048,14
@@
<listitem>
<para>
- Force cached
functio
ns to be replanned if the <link
+ Force cached
pla
ns 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.
+ Previously
cached plans already generated in the current session
+
ignored
<varname>search_path</> changes.
</para>
</listitem>