Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitadb67d6

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 parentf2ec57d commitadb67d6

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)

[8]ページ先頭

©2009-2025 Movatter.jp