Skip to content

Commit 1e809db

Browse files
committed
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/[email protected]
1 parent 77e9d1b commit 1e809db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/src/sgml/libpq.sgml

+10
Original file line numberDiff line numberDiff line change
@@ -7836,6 +7836,16 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
78367836
</para>
78377837
</listitem>
78387838

7839+
<listitem>
7840+
<para>
7841+
<indexterm>
7842+
<primary><envar>PGSSLCRLDIR</envar></primary>
7843+
</indexterm>
7844+
<envar>PGSSLCRLDIR</envar> behaves the same as the <xref
7845+
linkend="libpq-connect-sslcrldir"/> connection parameter.
7846+
</para>
7847+
</listitem>
7848+
78397849
<listitem>
78407850
<para>
78417851
<indexterm>

0 commit comments

Comments
 (0)