diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
index 502e18b90b7..a7f6d9f734c 100644
--- a/doc/src/sgml/release-9.2.sgml
+++ b/doc/src/sgml/release-9.2.sgml
@@ -307,6 +307,22 @@
+
+
+ Add libpq parameters for
+ specifying the locations of server-side SSL
+ files (Peter Eisentraut)
+
+
+
+ This allows changing the location of the files that were previously
+ hard-coded to server.crt>, server.key>,
+ root.crt>, root.crl>. CA>
+ (crt) and CRL files no longer have default
+ names, and if specified, these files must exist.
+
+
+
@@ -363,30 +379,6 @@
-
- Other Incompatibilities
-
-
-
-
-
- Add libpq parameters for
- specifying the locations of server-side SSL
- files (Peter Eisentraut)
-
-
-
- This allows changing the location of the files that were previously
- hard-coded to server.crt>, server.key>,
- root.crt>, root.crl>. CA>
- (crt) and CRL files no longer have default
- names, and if specified, these files must exist.
-
-
-
-
-
-
@@ -2392,8 +2384,9 @@
- Add a libpq connection option to disable SSL
- compression (Laurenz Albe)
+ Add a libpq connection
+ option to disable SSL compression
+ (Laurenz Albe)