From: Daniele Varrazzo Date: Tue, 9 Jul 2024 11:39:43 +0000 (+0200) Subject: docs: fix sentence in async notification docs X-Git-Tag: 3.2.2~14 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5c38d592726aed98568f0bbb66da14f7f91f08c;p=thirdparty%2Fpsycopg.git docs: fix sentence in async notification docs --- 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.