|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.24 2010/06/01 13:43:39 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.25 2010/06/03 16:33:36 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <sect1 id="release-9-0">
|
4 | 4 | <title>Release 9.0</title>
|
@@ -179,7 +179,7 @@ recovery_connections -> hot_standby
|
179 | 179 | <sect2>
|
180 | 180 |
|
181 | 181 | <title>Migration to Version 9.0</title>
|
182 |
| - <para>CURRENT AS OF 2010-05-12</para> |
| 182 | + <para>CURRENT AS OF 2010-06-03</para> |
183 | 183 |
|
184 | 184 | <para>
|
185 | 185 | A dump/restore using <application>pg_dump</application> is
|
@@ -588,7 +588,6 @@ recovery_connections -> hot_standby
|
588 | 588 | </para>
|
589 | 589 | </listitem>
|
590 | 590 |
|
591 |
| - |
592 | 591 | <listitem>
|
593 | 592 | <para>
|
594 | 593 | Allow <link linkend="auth-ldap"><acronym>LDAP</></link>
|
@@ -616,6 +615,13 @@ recovery_connections -> hot_standby
|
616 | 615 | </para>
|
617 | 616 | </listitem>
|
618 | 617 |
|
| 618 | + <listitem> |
| 619 | + <para> |
| 620 | + Pass trusted SSL root certificate names to the client so the client |
| 621 | + can return an appropriate client certificate (Craig Ringer) |
| 622 | + </para> |
| 623 | + </listitem> |
| 624 | + |
619 | 625 | </itemizedlist>
|
620 | 626 |
|
621 | 627 | </sect4>
|
@@ -1336,8 +1342,8 @@ recovery_connections -> hot_standby
|
1336 | 1342 |
|
1337 | 1343 | <para>
|
1338 | 1344 | For example, if a function is defined to take parameters <literal>a</>
|
1339 |
| - and <literal>b</>, it can be called with <literal>func(7 AS a, 12 |
1340 |
| - AS b)</> or <literal>func(12 AS b, 7 AS a)</>. |
| 1345 | + and <literal>b</>, it can be called with <literal>func(a := 7, b |
| 1346 | + := 12)</> or <literal>func(b := 12, a := 7)</>. |
1341 | 1347 | </para>
|
1342 | 1348 | </listitem>
|
1343 | 1349 |
|
@@ -2097,6 +2103,17 @@ recovery_connections -> hot_standby
|
2097 | 2103 | </para>
|
2098 | 2104 | </listitem>
|
2099 | 2105 |
|
| 2106 | + <listitem> |
| 2107 | + <para> |
| 2108 | + Load SSL certificate chain (Tom Lane) |
| 2109 | + </para> |
| 2110 | + |
| 2111 | + <para> |
| 2112 | + This improves handling of indirectly-signed SSL client |
| 2113 | + certificates. |
| 2114 | + </para> |
| 2115 | + </listitem> |
| 2116 | + |
2100 | 2117 | </itemizedlist>
|
2101 | 2118 |
|
2102 | 2119 | </sect4>
|
@@ -2161,6 +2178,13 @@ recovery_connections -> hot_standby
|
2161 | 2178 | </para>
|
2162 | 2179 | </listitem>
|
2163 | 2180 |
|
| 2181 | + <listitem> |
| 2182 | + <para> |
| 2183 | + Support <type>long long</> types on platforms that already have 64-bit |
| 2184 | + <type>long</>s (Michael Meskes)) |
| 2185 | + </para> |
| 2186 | + </listitem> |
| 2187 | + |
2164 | 2188 | </itemizedlist>
|
2165 | 2189 |
|
2166 | 2190 | <sect5>
|
@@ -2528,7 +2552,7 @@ recovery_connections -> hot_standby
|
2528 | 2552 | <productname>C++</> usage difficult in backend code, there are
|
2529 | 2553 | still other complexities when using <productname>C++</> for backend
|
2530 | 2554 | functions. <literal>extern "C" { }</> is still necessary in
|
2531 |
| - appropriate places. |
| 2555 | + appropriate places (see <xref linkend="extend-Cpp">). |
2532 | 2556 | </para>
|
2533 | 2557 | </listitem>
|
2534 | 2558 |
|
|
0 commit comments