Odd markup in SSL mode table
Daniel Gustafsson <[email protected]> Wed, 20 Nov 2019 14:58:54 +0100
| Newsgroups | gmane.comp.db.postgresql.devel.documentation |
|---|---|
| Message-ID | <[email protected]> |
In the SSL mode table (33.1), one of the "MITM Protection" values is set using <literal> while seemingly being normal text. It has been like this since added in af2cf3be03f284aa12a07bce2b95d4a2768b290f, but I can't figure out why, and it makes it look odd IMO. Any reason not to apply the attached and remote the <literal> tags to make the row in question formatted like the other rows in the table? cheers ./daniel
ca-policy.diff
(application/octet-stream, 602 B)
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 258b09cf8e..860b95a320 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -7635,7 +7635,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
<row>
<entry><literal>verify-ca</literal></entry>
<entry>Yes</entry>
- <entry><literal>Depends on CA</literal>-policy</entry>
+ <entry>Depends on CA-policy</entry>
<entry>I want my data encrypted, and I accept the overhead. I want to be
sure that I connect to a server that I trust.
</entry>