Module: kamailio
Branch: master
Commit: 99368909cdfc5140a1948525c5c734252f998efb
URL:
https://github.com/kamailio/kamailio/commit/99368909cdfc5140a1948525c5c7342…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-10-12T02:12:18+02:00
db_postgres: docs for bytea_output_escape
---
Modified: src/modules/db_postgres/doc/db_postgres_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/99368909cdfc5140a1948525c5c7342…
Patch:
https://github.com/kamailio/kamailio/commit/99368909cdfc5140a1948525c5c7342…
---
diff --git a/src/modules/db_postgres/doc/db_postgres_admin.xml
b/src/modules/db_postgres/doc/db_postgres_admin.xml
index f41507c295..bb04acd466 100644
--- a/src/modules/db_postgres/doc/db_postgres_admin.xml
+++ b/src/modules/db_postgres/doc/db_postgres_admin.xml
@@ -151,6 +151,25 @@ modparam("db_postgres", "lockset", 6)
</example>
</section>
+ <section id="db_postgres.p.bytea_output_escape">
+ <title><varname>bytea_output_escape</varname>
(integer)</title>
+ <para>
+ Control if the module should request escaping the output for
+ bytea fields.
+ </para>
+ <para>
+ Default value is 1 (do the escape).
+ </para>
+ <example>
+ <title>Set <varname>bytea_output_escape</varname>
parameter</title>
+ <programlisting format="linespecific">
+...
+modparam("db_postgres", "bytea_output_escape", 0)
+...
+</programlisting>
+ </example>
+ </section>
+
</section>
<section>