diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-06-04 09:46:15 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-06-04 09:46:15 +0900 |
commit | 1e809db86b160e697a56bf47358f7733475840d3 (patch) | |
tree | 7433614f83b68c388bd09b63115a29d7a016ef80 | |
parent | 77e9d1b4884262fa09cd8d141c7eadad3affde8b (diff) | |
download | postgresql-1e809db86b160e697a56bf47358f7733475840d3.tar.gz postgresql-1e809db86b160e697a56bf47358f7733475840d3.zip |
doc: Add description for PGSSLCRLDIR
This was missing in the section dedicated to the supported environment
variables of libpq. Oversight in f5465fa.
Reviewed-by: Daniel Gustafsson, Kyotaro Horiguchi
Discussion: https://postgr.es/m/YLhI0mLoRkY3u4Wj@paquier.xyz
-rw-r--r-- | doc/src/sgml/libpq.sgml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 11ab8c1c368..ca905b80a6d 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7839,6 +7839,16 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) <listitem> <para> <indexterm> + <primary><envar>PGSSLCRLDIR</envar></primary> + </indexterm> + <envar>PGSSLCRLDIR</envar> behaves the same as the <xref + linkend="libpq-connect-sslcrldir"/> connection parameter. + </para> + </listitem> + + <listitem> + <para> + <indexterm> <primary><envar>PGSSLSNI</envar></primary> </indexterm> <envar>PGSSLSNI</envar> behaves the same as the <xref |