Skip to content

Commit 19c324d

Browse files
committed
Doc: fix typo in logicaldecoding.sgml.
There's no such field as OutputPluginOptions.output_mode; it's actually output_type. Noted by T. Katsumata. Discussion: https://postgr.es/m/20170215072115.6101.29870@wrigleys.postgresql.org
1 parent d0e9c0e commit 19c324d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/logicaldecoding.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ CREATE TABLE another_catalog_table(data text) WITH (user_catalog_table = true);
404404
data in a data type that can contain arbitrary data (e.g., <type>bytea</type>) is
405405
cumbersome. If the output plugin only outputs textual data in the
406406
server's encoding, it can declare that by
407-
setting <literal>OutputPluginOptions.output_mode</>
407+
setting <literal>OutputPluginOptions.output_type</>
408408
to <literal>OUTPUT_PLUGIN_TEXTUAL_OUTPUT</> instead
409409
of <literal>OUTPUT_PLUGIN_BINARY_OUTPUT</> in
410410
the <link linkend="logicaldecoding-output-plugin-startup">startup

0 commit comments

Comments
 (0)