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 d0e9c0e commit 19c324dCopy full SHA for 19c324d
doc/src/sgml/logicaldecoding.sgml
@@ -404,7 +404,7 @@ CREATE TABLE another_catalog_table(data text) WITH (user_catalog_table = true);
404
data in a data type that can contain arbitrary data (e.g., <type>bytea</type>) is
405
cumbersome. If the output plugin only outputs textual data in the
406
server's encoding, it can declare that by
407
- setting <literal>OutputPluginOptions.output_mode</>
+ setting <literal>OutputPluginOptions.output_type</>
408
to <literal>OUTPUT_PLUGIN_TEXTUAL_OUTPUT</> instead
409
of <literal>OUTPUT_PLUGIN_BINARY_OUTPUT</> in
410
the <link linkend="logicaldecoding-output-plugin-startup">startup
0 commit comments