diff options
author | Badlop <badlop@process-one.net> | 2020-04-01 21:01:47 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2020-04-02 12:56:38 +0200 |
commit | 220cf7331807d54dabebba6d399d95f9c2beaf54 (patch) | |
tree | f5a4f02733cebf7cf06dc21fe7b273534f7679fa /src | |
parent | Quick document with forward link api_permissions (diff) |
Document sql_prepared_statements
Diffstat (limited to 'src')
-rw-r--r-- | src/ejabberd_options_doc.erl | 5 |
1 files changed, 5 insertions, 0 deletions
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 => |