From 220cf7331807d54dabebba6d399d95f9c2beaf54 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 1 Apr 2020 21:01:47 +0200 Subject: [PATCH] Document sql_prepared_statements --- src/ejabberd_options_doc.erl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl index a875ca14a..45650500d 100644 --- a/src/ejabberd_options_doc.erl +++ b/src/ejabberd_options_doc.erl @@ -1204,6 +1204,11 @@ doc() -> ?T("The port where the SQL server is accepting connections. " "The default is '3306' for MySQL, '5432' for PostgreSQL and " "'1433' for MSSQL. The option has no effect for SQLite.")}}, + {sql_prepared_statements, + #{value => "true | false", + desc => + ?T("This option is 'true' by default, and is useful to disable " + "prepared statements. The option is valid for PostgreSQL.")}}, {sql_query_timeout, #{value => "timeout()", desc =>