Browse Source

db_postgres: docs for bytea_output_escape

Daniel-Constantin Mierla 7 years ago
parent
commit
99368909cd
1 changed files with 19 additions and 0 deletions
  1. 19 0
      src/modules/db_postgres/doc/db_postgres_admin.xml

+ 19 - 0
src/modules/db_postgres/doc/db_postgres_admin.xml

@@ -151,6 +151,25 @@ modparam("db_postgres", "lockset", 6)
 		</example>
 		</example>
 	</section>
 	</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>
 
 
 	<section>
 	<section>