summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Misch2017-05-08 14:24:28 +0000
committerNoah Misch2017-05-08 14:24:28 +0000
commit47864be33ccfd8b7334692871fd098596be318e9 (patch)
treec7d298e354d61cf394960d1a7edb07716638a737
parent7f7d69e0d53651ba9039cfbaace0528f77b7c3cf (diff)
Add detail to PGREQUIRESSL documentation.
Daniel Gustafsson
-rw-r--r--doc/src/sgml/libpq.sgml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 6376f5f1e3e..fcf8e0db5ae 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -6595,6 +6595,9 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
</indexterm>
<envar>PGREQUIRESSL</envar> behaves the same as the <xref
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>
</listitem>