Skip to content

Commit 24f897b

Browse files
committed
Document PostgreSQL fallback host connection strings (#25461)
1 parent 6d2e05a commit 24f897b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

airflow-core/docs/howto/set-up-database.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,8 @@ For more information regarding setup of the PostgreSQL connection, see `PostgreS
278278

279279
.. note::
280280

281-
PostgreSQL connection strings can include multiple fallback hosts when you use the ``psycopg2`` driver.
282-
Use SQLAlchemy's documented PostgreSQL URL format for this setup, because each fallback host must be
283-
passed in a form that the SQLAlchemy dialect forwards correctly to libpq. See
281+
PostgreSQL connection strings can include multiple fallback hosts. Use SQLAlchemy's documented PostgreSQL
282+
URL format for this setup so each fallback host is passed correctly to the selected PostgreSQL driver. See
284283
`Specifying multiple fallback hosts <https://docs.sqlalchemy.org/en/20/dialects/postgresql.html#specifying-multiple-fallback-hosts>`__
285284
in the SQLAlchemy documentation.
286285

0 commit comments

Comments
 (0)