From 5643032d87490c1f24c83326cb4b4ff39e4eab4b Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:36:05 +0100 Subject: [PATCH] db_postgres: docs - removed trailing spaces --- src/modules/db_postgres/doc/db_postgres_admin.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/db_postgres/doc/db_postgres_admin.xml b/src/modules/db_postgres/doc/db_postgres_admin.xml index ebee12784f8..f6c78fa3c04 100644 --- a/src/modules/db_postgres/doc/db_postgres_admin.xml +++ b/src/modules/db_postgres/doc/db_postgres_admin.xml @@ -86,9 +86,9 @@ modparam("db_postgres", "retries", 3) <varname>timeout</varname> (integer) Setting this variable to any value larger than zero (which is the - default value) enables mainly query timeout. For backward compatibility - it also enables connection timeout if connect_timeout param is not set - using the con_param below. If a connection attempt or a query takes longer + default value) enables mainly query timeout. For backward compatibility + it also enables connection timeout if connect_timeout param is not set + using the con_param below. If a connection attempt or a query takes longer than this many seconds, the operation will be aborted and an error will be returned. @@ -174,7 +174,7 @@ modparam("db_postgres", "bytea_output_escape", 0)
<varname>con_param</varname> (str) - Specifies the connection string parameters. + Specifies the connection string parameters. Parameter definition must be in the format param1=value1;param2=value2. Many parameters can be set.