From 422acb3bb665c80dd20e62fc9d905afb7c67c451 Mon Sep 17 00:00:00 2001 From: Maxim Tyugaev Date: Mon, 21 Aug 2023 10:45:30 +0300 Subject: [PATCH] [Lock] small typo --- components/lock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lock.rst b/components/lock.rst index ea7a66f0432..a856523baa7 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -944,7 +944,7 @@ have synchronized clocks. PostgreSqlStore ~~~~~~~~~~~~~~~ -The PdoStore relies on the `Advisory Locks`_ properties of the PostgreSQL +The PostgreSqlStore relies on the `Advisory Locks`_ properties of the PostgreSQL database. That means that by using :ref:`PostgreSqlStore ` the locks will be automatically released at the end of the session in case the client cannot unlock for any reason.