diff options
author | Bruce Momjian | 2007-12-28 16:21:08 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-12-28 16:21:08 +0000 |
commit | 45c9be3cddfc9e6a3cc3a01f92f1689fcb0642aa (patch) | |
tree | 1641f526a4905513cacdf1262d7e3d1b97d52838 | |
parent | eea8efe50de89d69a20aa21f8e8ac627a5e18a99 (diff) |
Update docs: client always gets server certificate
-rw-r--r-- | doc/src/sgml/libpq.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 4927f11d4ac..6facf13c1f4 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.251 2007/12/25 17:06:52 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.252 2007/12/28 16:21:08 momjian Exp $ --> <chapter id="libpq"> <title><application>libpq</application> - C Library</title> @@ -5201,7 +5201,7 @@ defaultNoticeProcessor(void *arg, const char *message) </para> <table id="libpq-ssl-file-usage"> - <title>SSL Client File Usage</title> + <title>Libpq/Client SSL File Usage</title> <tgroup cols="3"> <thead> <row> @@ -5229,8 +5229,8 @@ defaultNoticeProcessor(void *arg, const char *message) <row> <entry><filename>~/.postgresql/root.crt</></entry> <entry>trusted certificate authorities</entry> - <entry>requests server certificate; checks certificate is - signed by a trusted certificate authority</entry> + <entry>checks server certificate is signed by a trusted certificate + authority</entry> </row> <row> |