We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ba176 commit e0084c3Copy full SHA for e0084c3
doc/src/sgml/logicaldecoding.sgml
@@ -406,7 +406,7 @@ CREATE TABLE another_catalog_table(data text) WITH (user_catalog_table = true);
406
data in a data type that can contain arbitrary data (e.g., <type>bytea</type>) is
407
cumbersome. If the output plugin only outputs textual data in the
408
server's encoding, it can declare that by
409
- setting <literal>OutputPluginOptions.output_mode</>
+ setting <literal>OutputPluginOptions.output_type</>
410
to <literal>OUTPUT_PLUGIN_TEXTUAL_OUTPUT</> instead
411
of <literal>OUTPUT_PLUGIN_BINARY_OUTPUT</> in
412
the <link linkend="logicaldecoding-output-plugin-startup">startup
0 commit comments