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 f2ec57d commit adb67d6Copy full SHA for adb67d6
doc/src/sgml/logicaldecoding.sgml
@@ -419,7 +419,7 @@ CREATE TABLE another_catalog_table(data text) WITH (user_catalog_table = true);
419
data in a data type that can contain arbitrary data (e.g., <type>bytea</type>) is
420
cumbersome. If the output plugin only outputs textual data in the
421
server's encoding, it can declare that by
422
- setting <literal>OutputPluginOptions.output_mode</>
+ setting <literal>OutputPluginOptions.output_type</>
423
to <literal>OUTPUT_PLUGIN_TEXTUAL_OUTPUT</> instead
424
of <literal>OUTPUT_PLUGIN_BINARY_OUTPUT</> in
425
the <link linkend="logicaldecoding-output-plugin-startup">startup
0 commit comments