From 47864be33ccfd8b7334692871fd098596be318e9 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Mon, 8 May 2017 07:24:28 -0700 Subject: [PATCH] Add detail to PGREQUIRESSL documentation. Daniel Gustafsson --- doc/src/sgml/libpq.sgml | 3 +++ 1 file changed, 3 insertions(+) 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.