From a5c38d592726aed98568f0bbb66da14f7f91f08c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 9 Jul 2024 13:39:43 +0200 Subject: [PATCH] docs: fix sentence in async notification docs --- docs/advanced/async.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/async.rst b/docs/advanced/async.rst index ef1f6c151..6aa5990c7 100644 --- a/docs/advanced/async.rst +++ b/docs/advanced/async.rst @@ -327,7 +327,7 @@ of communication. .. |NOTIFY| replace:: :sql:`NOTIFY` .. _NOTIFY: https://www.postgresql.org/docs/current/sql-notify.html -Because of the way sessions interact with notifications (see |NOTIFY|_ +Because of the way transactions interact with notifications (see |NOTIFY|_ documentation), you should keep the connection in `~Connection.autocommit` mode if you wish to receive or send notifications in a timely manner. -- 2.47.2