From 007be95992c59eb68d81cd3d6cde4f32a6432b56 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 3 Oct 2013 08:11:19 -0500 Subject: [PATCH] Add TLS to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9500e617..4be36424 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,12 @@ if notification, err := conn.WaitForNotification(time.Second); err != nil { } ``` +### TLS + +The pgx ConnectionParameters struct has a TLSConfig field. If this field is +nil, then TLS will be disabled. If it is present, then it will be used to +configure the TLS connection. + ### Custom Transcoder Support Pgx includes transcoders for the common data types like integers, floats,