Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit adb67d6

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 f2ec57d commit adb67d6

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
@@ -419,7 +419,7 @@ CREATE TABLE another_catalog_table(data text) WITH (user_catalog_table = true);
419419
data in a data type that can contain arbitrary data (e.g., <type>bytea</type>) is
420420
cumbersome. If the output plugin only outputs textual data in the
421421
server's encoding, it can declare that by
422-
setting <literal>OutputPluginOptions.output_mode</>
422+
setting <literal>OutputPluginOptions.output_type</>
423423
to <literal>OUTPUT_PLUGIN_TEXTUAL_OUTPUT</> instead
424424
of <literal>OUTPUT_PLUGIN_BINARY_OUTPUT</> in
425425
the <link linkend="logicaldecoding-output-plugin-startup">startup

0 commit comments

Comments
 (0)