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
This commit is contained in:
Michael Paquier 2021-06-04 09:46:15 +09:00
parent 77e9d1b488
commit 1e809db86b
1 changed files with 10 additions and 0 deletions

View File

@ -7836,6 +7836,16 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
</para>
</listitem>
<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>