output_mode should be output_type

From: t(dot)katsumata1122(at)gmail(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: output_mode should be output_type
Date: 2017-02-15 07:21:15
Message-ID: 20170215072115.6101.29870@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/logicaldecoding-output-plugin.html
Description:

Hello.

I found documentation bug.
[47.6.3. Output Modes]
https://www.postgresql.org/docs/9.6/static/logicaldecoding-output-plugin.html#LOGICALDECODING-OUTPUT-MODE

According to this document, "output_mode" parameter is used for changing
output mode. But test_decoding uses "output_type" like below.

--- test_decoding.c ---
155 opt->output_type = OUTPUT_PLUGIN_BINARY_OUTPUT;
-----------------------

Sorry for trivial comment, but please fix this!

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2017-02-15 22:22:12 Re: output_mode should be output_type
Previous Message jesse 2017-02-12 07:59:01 Missing 'Reload with' for 'pg_dump -j'