Don't mention SSL methods that aren't reachable in docs
authorMagnus Hagander
Mon, 3 Jul 2017 15:16:35 +0000 (16:16 +0100)
committerMagnus Hagander
Mon, 3 Jul 2017 15:16:35 +0000 (16:16 +0100)
Author: Michael Paquier 

doc/src/sgml/libpq.sgml
doc/src/sgml/sslinfo.sgml

index 1b3d55b8b9109d038148ed0e90b0c5008f413740..f0167a64bc91c0517739c5556ea7cb1c45a14c78 100644 (file)
@@ -1984,8 +1984,7 @@ const char *PQsslAttribute(const PGconn *conn, const char *attribute_name);
           
            
              SSL/TLS version in use. Common values
-             are "SSLv2""SSLv3",
-             "TLSv1""TLSv1.1"
+             are "TLSv1""TLSv1.1"
              and "TLSv1.2", but an implementation may
              return other strings if some other protocol is used.
            
index a4ce7e8d2c66f5209c099ff3ca8616e673999d8c..7bda33efa328c30436841716a56cf617d34910b0 100644 (file)
@@ -47,8 +47,8 @@
     
     
     
-     Returns the name of the protocol used for the SSL connection (e.g. SSLv2,
-     SSLv3, or TLSv1).
+     Returns the name of the protocol used for the SSL connection (e.g. TLSv1.0
+     TLSv1.1, or TLSv1.2).