pgsql: doc: Remove mentions of server-side CRL and CA file names

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Remove mentions of server-side CRL and CA file names
Date: 2017-09-01 18:20:44
Message-ID: E1dnqYe-0006Zh-TD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Remove mentions of server-side CRL and CA file names

Commit a445cb92ef5b3a31313ebce30e18cc1d6e0bdecb removed the default file
names for server-side CRL and CA files, but left them in the docs with a
small note. This removes the note and the previous default names to
clarify, as well as changes mentions of the file names to make it
clearer that they are configurable.

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reviewed-by: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a0572203532560423c92066b90d13383720dce3a

Modified Files
--------------
doc/src/sgml/config.sgml | 8 --------
doc/src/sgml/libpq.sgml | 4 ++--
doc/src/sgml/runtime.sgml | 8 ++++----
doc/src/sgml/sslinfo.sgml | 2 +-
4 files changed, 7 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-01 19:14:55 pgsql: Make [U]INT64CONST safe for use in #if conditions.
Previous Message Tom Lane 2017-09-01 17:53:24 pgsql: Ensure SIZE_MAX can be used throughout our code.