From 28b5fa8a0f1d2685afad492a4c905cebf0ca783c Mon Sep 17 00:00:00 2001 From: hvlad Date: Mon, 2 Apr 2018 12:52:34 +0300 Subject: [PATCH] Update the documentation. --- doc/sql.extensions/README.external_connections_pool | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/sql.extensions/README.external_connections_pool b/doc/sql.extensions/README.external_connections_pool index 60890a88b9..a3d0335fc0 100644 --- a/doc/sql.extensions/README.external_connections_pool +++ b/doc/sql.extensions/README.external_connections_pool @@ -50,8 +50,10 @@ Pool management: ALTER EXTERNAL CONNECTIONS POOL. - This statement is prepared as DDL statement but have immediate effect on -execution (i.e. not at transaction commit). + When prepared it desribed as DDL statement but have immediate effect: i.e. +it is executed immediately and completely, not waiting for transaction commit. + + "ALTER DATABASE" permission is required to run the statement. The full syntax is: