Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Doc: fix typo in logicaldecoding.sgml.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 15 Feb 2017 22:31:02 +0000 (17:31 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 15 Feb 2017 22:31:24 +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.6101.29870@wrigleys.postgresql.org

doc/src/sgml/logicaldecoding.sgml

index 2fbcdc15ab09fed9dc99f35a4b86b1ec697a9a38..b65de324f53ba36cef5a7026643ff46a70d1086b 100644 (file)
@@ -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., <type>bytea</type>) is
      cumbersome. If the output plugin only outputs textual data in the
      server's encoding, it can declare that by
-     setting <literal>OutputPluginOptions.output_mode</>
+     setting <literal>OutputPluginOptions.output_type</>
      to <literal>OUTPUT_PLUGIN_TEXTUAL_OUTPUT</> instead
      of <literal>OUTPUT_PLUGIN_BINARY_OUTPUT</> in
      the <link linkend="logicaldecoding-output-plugin-startup">startup