libpq-ssl suggestion: - Mailing list pgsql-docs

From PG Doc comments form
Subject libpq-ssl suggestion:
Date
Msg-id 170147942896.398200.3232357459748647702@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/libpq-ssl.html
Description:

I noticed that it would be helpful to list the connection parameters and
environment variables for the various SSL files in the table "Table 34.2.
Libpq/Client SSL File Usage":
https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-FILE-USAGE

In particular, I think the first column could be renamed from "File" to
"Default File Location", and two new columns added with these contents:

Connection parameter
- sslcert
- sslkey
- sslrootcert
- sslcrl

Environment variable
- PGSSLCERT
- PGSSLKEY
- PGSSLROOTCERT
- PGSSLCRL

It might also be useful to reiterate near the table the differences on
Windows, e.g.: On Microsoft Windows these files are named
%APPDATA%\postgresql\postgresql.crt and %APPDATA%\postgresql\postgresql.key.

pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Clarification regarding CREATE TABLE LIKE and FOREIGN KEYS
Next
From: Shinya Kato
Date:
Subject: Re: Delete description of trigger file