diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-10-12 18:22:01 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-10-12 18:22:01 -0400 |
| commit | 6bf0e4ce35c0929e7e8dcb7c25fabe7f7c599f38 (patch) | |
| tree | d077efbd4adef275a56ad86ede70ef4550a33cc8 /lib | |
| parent | 1cda8e18bf4e9b36d07b9d54c04e1fe035977064 (diff) | |
| download | sqlalchemy-6bf0e4ce35c0929e7e8dcb7c25fabe7f7c599f38.tar.gz | |
changelog edits for 1.3.20
Change-Id: Ic053a30e9f0e6c99b638a0629e1192336bff3f76
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/dialects/postgresql/psycopg2.py | 4 |
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. |
