Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite78cc62

Browse files
committed
Update 9.2 SSL release note links.
1 parentd3ae406 commite78cc62

File tree

1 file changed

+19
-26
lines changed

1 file changed

+19
-26
lines changed

‎doc/src/sgml/release-9.2.sgml

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,22 @@
307307
</para>
308308
</listitem>
309309

310+
<listitem>
311+
<para>
312+
Add libpq <link linkend="guc-ssl-key-file">parameters</link> for
313+
specifying the locations of server-side <acronym>SSL</acronym>
314+
files (Peter Eisentraut)
315+
</para>
316+
317+
<para>
318+
This allows changing the location of the files that were previously
319+
hard-coded to <filename>server.crt</>, <filename>server.key</>,
320+
<filename>root.crt</>, <filename>root.crl</>. <acronym>CA</>
321+
(crt) and <acronym>CRL</acronym> files no longer have default
322+
names, and if specified, these files must exist.
323+
</para>
324+
</listitem>
325+
310326
</itemizedlist>
311327
</sect3>
312328

@@ -363,30 +379,6 @@
363379

364380
</sect3>
365381

366-
<sect3>
367-
<title>Other Incompatibilities</title>
368-
369-
<itemizedlist>
370-
371-
<listitem>
372-
<para>
373-
Add libpq <link linkend="libpq-ssl">parameters</link> for
374-
specifying the locations of server-side <acronym>SSL</acronym>
375-
files (Peter Eisentraut)
376-
</para>
377-
378-
<para>
379-
This allows changing the location of the files that were previously
380-
hard-coded to <filename>server.crt</>, <filename>server.key</>,
381-
<filename>root.crt</>, <filename>root.crl</>. <acronym>CA</>
382-
(crt) and <acronym>CRL</acronym> files no longer have default
383-
names, and if specified, these files must exist.
384-
</para>
385-
</listitem>
386-
387-
</itemizedlist>
388-
389-
</sect3>
390382
</sect2>
391383

392384
<sect2>
@@ -2392,8 +2384,9 @@
23922384

23932385
<listitem>
23942386
<para>
2395-
Add a libpq connection option to disable <acronym>SSL</acronym>
2396-
compression (Laurenz Albe)
2387+
Add a libpq <link linkend="libpq-connect-sslcompression">connection
2388+
option</link> to disable <acronym>SSL</acronym> compression
2389+
(Laurenz Albe)
23972390
</para>
23982391

23992392
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp