Skip to content

Commit

Permalink
db_postgres: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 1bd5463 commit 5643032
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/db_postgres/doc/db_postgres_admin.xml
Expand Up @@ -86,9 +86,9 @@ modparam("db_postgres", "retries", 3)
<title><varname>timeout</varname> (integer)</title>
<para>
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.
</para>
Expand Down Expand Up @@ -174,7 +174,7 @@ modparam("db_postgres", "bytea_output_escape", 0)
<section>
<title><varname>con_param</varname> (str)</title>
<para>
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.
</para>
Expand Down

0 comments on commit 5643032

Please sign in to comment.