summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/psycopg2.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2020-10-12 18:22:01 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2020-10-12 18:22:01 -0400
commit6bf0e4ce35c0929e7e8dcb7c25fabe7f7c599f38 (patch)
treed077efbd4adef275a56ad86ede70ef4550a33cc8 /lib/sqlalchemy/dialects/postgresql/psycopg2.py
parent1cda8e18bf4e9b36d07b9d54c04e1fe035977064 (diff)
downloadsqlalchemy-6bf0e4ce35c0929e7e8dcb7c25fabe7f7c599f38.tar.gz
changelog edits for 1.3.20
Change-Id: Ic053a30e9f0e6c99b638a0629e1192336bff3f76
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/psycopg2.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/psycopg2.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg2.py b/lib/sqlalchemy/dialects/postgresql/psycopg2.py
index 3f1e12dcc..f7e8bd45f 100644
--- a/lib/sqlalchemy/dialects/postgresql/psycopg2.py
+++ b/lib/sqlalchemy/dialects/postgresql/psycopg2.py
@@ -71,7 +71,9 @@ using ``host`` as an additional keyword argument::
`PQconnectdbParams \
<http://www.postgresql.org/docs/9.1/static/libpq-connect.html#LIBPQ-PQCONNECTDBPARAMS>`_
-Multiple Hosts in Connection String
+.. _psycopg2_multi_host:
+
+Specfiying mutiple fallback hosts
------------------------------------
psycopg2 supports multiple connection points in the connection string.