Skip to content

Commit

Permalink
db_postgres: docs for bytea_output_escape
Browse files Browse the repository at this point in the history
(cherry picked from commit 9936890)
  • Loading branch information
miconda committed Oct 19, 2018
1 parent c7250e7 commit 18ab2fb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/modules/db_postgres/doc/db_postgres_admin.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 18ab2fb

Please sign in to comment.