From: Tom Lane Date: Wed, 15 Feb 2017 22:31:02 +0000 (-0500) Subject: Doc: fix typo in logicaldecoding.sgml. X-Git-Tag: REL9_4_12~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19c324d9fb4d59db1d0c3e8865356fb6867dc35e;p=postgresql 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 --- diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 2fbcdc15ab..b65de324f5 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -404,7 +404,7 @@ CREATE TABLE another_catalog_table(data text) WITH (user_catalog_table = true); data in a data type that can contain arbitrary data (e.g., bytea) is cumbersome. If the output plugin only outputs textual data in the server's encoding, it can declare that by - setting OutputPluginOptions.output_mode + setting OutputPluginOptions.output_type to OUTPUT_PLUGIN_TEXTUAL_OUTPUT instead of OUTPUT_PLUGIN_BINARY_OUTPUT in the startup