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

Commit a68055e

Browse files
committed
Update 9.0 release notes to current.
1 parent 34e5437 commit a68055e

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

doc/src/sgml/release-9.0.sgml

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<sect1 id="release-9-0">
44
<title>Release 9.0</title>
@@ -179,7 +179,7 @@ recovery_connections -> hot_standby
179179
<sect2>
180180

181181
<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>
183183

184184
<para>
185185
A dump/restore using <application>pg_dump</application> is
@@ -588,7 +588,6 @@ recovery_connections -> hot_standby
588588
</para>
589589
</listitem>
590590

591-
592591
<listitem>
593592
<para>
594593
Allow <link linkend="auth-ldap"><acronym>LDAP</></link>
@@ -616,6 +615,13 @@ recovery_connections -> hot_standby
616615
</para>
617616
</listitem>
618617

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+
619625
</itemizedlist>
620626

621627
</sect4>
@@ -1336,8 +1342,8 @@ recovery_connections -> hot_standby
13361342

13371343
<para>
13381344
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)</>.
13411347
</para>
13421348
</listitem>
13431349

@@ -2097,6 +2103,17 @@ recovery_connections -> hot_standby
20972103
</para>
20982104
</listitem>
20992105

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+
21002117
</itemizedlist>
21012118

21022119
</sect4>
@@ -2161,6 +2178,13 @@ recovery_connections -> hot_standby
21612178
</para>
21622179
</listitem>
21632180

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+
21642188
</itemizedlist>
21652189

21662190
<sect5>
@@ -2528,7 +2552,7 @@ recovery_connections -> hot_standby
25282552
<productname>C++</> usage difficult in backend code, there are
25292553
still other complexities when using <productname>C++</> for backend
25302554
functions. <literal>extern "C" { }</> is still necessary in
2531-
appropriate places.
2555+
appropriate places (see <xref linkend="extend-Cpp">).
25322556
</para>
25332557
</listitem>
25342558

0 commit comments

Comments
 (0)