From: Noah Misch Date: Mon, 8 May 2017 14:24:28 +0000 (-0700) Subject: Add detail to PGREQUIRESSL documentation. X-Git-Tag: REL9_2_21~3 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=47864be33ccfd8b7334692871fd098596be318e9;p=postgresql.git Add detail to PGREQUIRESSL documentation. Daniel Gustafsson --- 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) PGREQUIRESSL behaves the same as the connection parameter. + This environment variable is deprecated in favor of the + PGSSLMODE variable, but setting both variables suppresses + the effect of PGSSLMODE.