Specify external connection poolers

This commit is contained in:
laurenceisla
2021-09-30 17:18:58 -05:00
committed by GitHub
parent 09ca21d032
commit a6a088e9f0
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ Added
* Allow sending the header ``Prefer: headers-only`` to get a response with a ``Location`` header. See :ref:`insert_update`.
|br| -- `@laurenceisla <https://github.com/laurenceisla>`_
* Allow :ref:`connection_poolers` such as PgBouncer in transaction pooling mode.
* Allow :ref:`external_connection_poolers` such as PgBouncer in transaction pooling mode.
|br| -- `@laurenceisla <https://github.com/laurenceisla>`_
* Allow :ref:`config_reloading` by sending a SIGUSR2 signal.