|
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 $ --> |
2 | 2 | <!-- |
3 | 3 |
|
4 | 4 | Typical markup: |
@@ -107,12 +107,6 @@ do it for earlier branch release files. |
107 | 107 | Server configuration parameters can now be set on a per-function |
108 | 108 | basis |
109 | 109 | </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> |
116 | 110 | </listitem> |
117 | 111 |
|
118 | 112 | <listitem> |
@@ -155,13 +149,6 @@ do it for earlier branch release files. |
155 | 149 | The backend database server can now be compiled with |
156 | 150 | <productname>Microsoft Visual C++</> |
157 | 151 | </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> |
165 | 152 | </listitem> |
166 | 153 |
|
167 | 154 | </itemizedlist> |
@@ -1096,13 +1083,16 @@ do it for earlier branch release files. |
1096 | 1083 |
|
1097 | 1084 | <listitem> |
1098 | 1085 | <para> |
1099 | | - Support per-function GUC parameter settings (Tom) |
| 1086 | + Server configuration parameters can now be set on a per-function |
| 1087 | + basis (Tom) |
1100 | 1088 | </para> |
1101 | 1089 |
|
1102 | 1090 | <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. |
1106 | 1096 | </para> |
1107 | 1097 | </listitem> |
1108 | 1098 |
|
@@ -2002,12 +1992,16 @@ do it for earlier branch release files. |
2002 | 1992 |
|
2003 | 1993 | <listitem> |
2004 | 1994 | <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++</> (Magnusand others) |
2007 | 1997 | </para> |
2008 | 1998 |
|
2009 | 1999 | <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. |
2011 | 2005 | </para> |
2012 | 2006 | </listitem> |
2013 | 2007 |
|
|