Small changes to release note descriptions.
This commit is contained in:
parent
62c99fc289
commit
403b6fd9a9
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.521 2007/10/18 05:15:48 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.522 2007/10/18 05:39:06 momjian Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Typical markup:
|
Typical markup:
|
||||||
@ -107,12 +107,6 @@ do it for earlier branch release files.
|
|||||||
Server configuration parameters can now be set on a per-function
|
Server configuration parameters can now be set on a per-function
|
||||||
basis
|
basis
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
For example, functions can now set their own
|
|
||||||
<varname>search_path</> to prevent unexpected behavior if a
|
|
||||||
different <varname>search_path</> exists at run-time.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -155,13 +149,6 @@ do it for earlier branch release files.
|
|||||||
The backend database server can now be compiled with
|
The backend database server can now be compiled with
|
||||||
<productname>Microsoft Visual C++</>
|
<productname>Microsoft Visual C++</>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
Windows executables made with Visual C++ might have better
|
|
||||||
stability and performance than those made with other tool sets.
|
|
||||||
Development and debugging tools familiar to Windows developers
|
|
||||||
will also work.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -1096,13 +1083,16 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Support per-function GUC parameter settings (Tom)
|
Server configuration parameters can now be set on a per-function
|
||||||
|
basis (Tom)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This provides a simple way for functions to set local
|
For example, functions can now set their own
|
||||||
parameters. In particular, security definer functions should set
|
<varname>search_path</> to prevent unexpected behavior if a
|
||||||
<varname>search_path</varname> to avoid security loopholes.
|
different <varname>search_path</> exists at run-time. Security
|
||||||
|
definer functions should set <varname>search_path</varname> to
|
||||||
|
avoid security loopholes.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -2002,12 +1992,16 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Support building the entire Postgres system with Visual C++ (Magnus
|
The backend database server can now be compiled with
|
||||||
and others)
|
<productname>Microsoft Visual C++</> (Magnus and others)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The client-only C++ build scripts have been removed.
|
Windows executables made with Visual C++ might have better
|
||||||
|
stability and performance than those made with other tool sets.
|
||||||
|
Development and debugging tools familiar to Windows developers
|
||||||
|
will also work. The client-only C++ build scripts have been
|
||||||
|
removed.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user