diff options
author | Magnus Hagander <magnus@hagander.net> | 2019-11-20 17:03:07 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2019-11-20 17:03:07 +0100 |
commit | a28704af42c68e659cdeeec5b5b2fc84054ae02c (patch) | |
tree | a6188c3a183b5553a70e20ab94be6702efb8e5f9 | |
parent | f9cb8bd3f21719589e09bda33974d994551a63b7 (diff) | |
download | postgresql-a28704af42c68e659cdeeec5b5b2fc84054ae02c.tar.gz postgresql-a28704af42c68e659cdeeec5b5b2fc84054ae02c.zip |
Remove incorrect markup
Author: Daniel Gustafsson <daniel@yesql.se>
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 258b09cf8e5..8c657d2d8d8 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> |