Doc: fix typo in logicaldecoding.sgml.
authorTom Lane
Wed, 15 Feb 2017 22:31:02 +0000 (17:31 -0500)
committerTom Lane
Wed, 15 Feb 2017 22:31:18 +0000 (17:31 -0500)
There's no such field as OutputPluginOptions.output_mode;
it's actually output_type.  Noted by T. Katsumata.

Discussion: https://postgr.es/m/20170215072115[email protected]

doc/src/sgml/logicaldecoding.sgml

index df30578f07a0c6003938dd98d33c85d282342d09..6d7bd51b29b489f93d68a9f64a4fda82a7a8d177 100644 (file)
@@ -406,7 +406,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