diff --git a/README.md b/README.md index 62d9ee7..6e9d339 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,11 @@ For more options see: Note: TLS/SSL support is disabled by default due to the lack of renegotiation support in Go's TLS implementation. You can re-enable encryption by setting the `PGSSLMODE` environment variable or the `sslmode` connection option to `require` or `verify-full`, eg: `-connect postgis://host/dbname?sslmode=require`. You will need to disable renegotiation support on your server to prevent connection errors on larger imports. You can do this by setting `ssl_renegotiation_limit` to 0 in your PostgreSQL server configuration. +Documentation +------------- + +The latest documentation can be found here: + Support -------