1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Add detail to PGREQUIRESSL documentation.

Daniel Gustafsson
This commit is contained in:
Noah Misch
2017-05-08 07:24:28 -07:00
parent 7f7d69e0d5
commit 47864be33c

View File

@ -6595,6 +6595,9 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
</indexterm> </indexterm>
<envar>PGREQUIRESSL</envar> behaves the same as the <xref <envar>PGREQUIRESSL</envar> behaves the same as the <xref
linkend="libpq-connect-requiressl"> connection parameter. linkend="libpq-connect-requiressl"> connection parameter.
This environment variable is deprecated in favor of the
<envar>PGSSLMODE</envar> variable, but setting both variables suppresses
the effect of <envar>PGSSLMODE</envar>.
</para> </para>
</listitem> </listitem>