summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorChris Fournier <chris.fournier@shopify.com>2018-05-14 09:56:05 -0400
committerChris Fournier <chris.fournier@shopify.com>2018-05-14 09:57:24 -0400
commitb2a3a4b63bb09faff8b86a4f6289ecd7e183e334 (patch)
tree63e2450184a394404eace92667e58dbec5f5f848 /README.rst
parent2f344ca6d27312bc47c2caff35a273590fb7b2ac (diff)
Encourage users to use SSL
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index bf5cbd64..58569fcf 100644
--- a/README.rst
+++ b/README.rst
@@ -48,7 +48,7 @@ Usage
or
- $ pgcli postgresql://[user[:password]@][netloc][:port][/dbname]
+ $ pgcli postgresql://[user[:password]@][netloc][:port][/dbname][?extra=value[&other=other-value]]
Examples:
@@ -56,7 +56,7 @@ Examples:
$ pgcli local_database
- $ pgcli postgres://amjith:pa$$w0rd@example.com:5432/app_db
+ $ pgcli postgres://amjith:pa$$w0rd@example.com:5432/app_db?sslmode=verify-ca&sslrootcert=/myrootcert
Features
--------