Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 403b6fd

Browse files
committed
Small changes to release note descriptions.
1 parent 62c99fc commit 403b6fd

File tree

1 file changed

+15
-21
lines changed

1 file changed

+15
-21
lines changed

doc/src/sgml/release.sgml

+15-21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.521 2007/10/18 05:15:48 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.522 2007/10/18 05:39:06 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -107,12 +107,6 @@ do it for earlier branch release files.
107107
Server configuration parameters can now be set on a per-function
108108
basis
109109
</para>
110-
111-
<para>
112-
For example, functions can now set their own
113-
<varname>search_path</> to prevent unexpected behavior if a
114-
different <varname>search_path</> exists at run-time.
115-
</para>
116110
</listitem>
117111

118112
<listitem>
@@ -155,13 +149,6 @@ do it for earlier branch release files.
155149
The backend database server can now be compiled with
156150
<productname>Microsoft Visual C++</>
157151
</para>
158-
159-
<para>
160-
Windows executables made with Visual C++ might have better
161-
stability and performance than those made with other tool sets.
162-
Development and debugging tools familiar to Windows developers
163-
will also work.
164-
</para>
165152
</listitem>
166153

167154
</itemizedlist>
@@ -1096,13 +1083,16 @@ do it for earlier branch release files.
10961083

10971084
<listitem>
10981085
<para>
1099-
Support per-function GUC parameter settings (Tom)
1086+
Server configuration parameters can now be set on a per-function
1087+
basis (Tom)
11001088
</para>
11011089

11021090
<para>
1103-
This provides a simple way for functions to set local
1104-
parameters. In particular, security definer functions should set
1105-
<varname>search_path</varname> to avoid security loopholes.
1091+
For example, functions can now set their own
1092+
<varname>search_path</> to prevent unexpected behavior if a
1093+
different <varname>search_path</> exists at run-time. Security
1094+
definer functions should set <varname>search_path</varname> to
1095+
avoid security loopholes.
11061096
</para>
11071097
</listitem>
11081098

@@ -2002,12 +1992,16 @@ do it for earlier branch release files.
20021992

20031993
<listitem>
20041994
<para>
2005-
Support building the entire Postgres system with Visual C++ (Magnus
2006-
and others)
1995+
The backend database server can now be compiled with
1996+
<productname>Microsoft Visual C++</> (Magnus and others)
20071997
</para>
20081998

20091999
<para>
2010-
The client-only C++ build scripts have been removed.
2000+
Windows executables made with Visual C++ might have better
2001+
stability and performance than those made with other tool sets.
2002+
Development and debugging tools familiar to Windows developers
2003+
will also work. The client-only C++ build scripts have been
2004+
removed.
20112005
</para>
20122006
</listitem>
20132007

0 commit comments

Comments
 (0)