Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions doc/src/sgml/file-fdw.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@
input value into its data type,
the same as <command>COPY</command>'s <literal>ON_ERROR</literal> option.
-->
《マッチ度[52.247191]》データがヘッダ行を持つか指定するもので、<command>COPY</command>の<literal>HEADER</literal>オプションと同じです。
《機械翻訳》<command>COPY</command>の<literal>ON_ERROR</literal>オプションと同様に、エラーの入力値をそのカラムのデータタイプに変換する地域に遭遇した場合の動作を指定します。
列の入力値をそのデータ型に変換する際にエラーが発生した場合の動作を指定するもので、<command>COPY</command>の<literal>ON_ERROR</literal>オプションと同じです。
</para>
</listitem>
</varlistentry>
Expand All @@ -196,8 +195,7 @@
input value to its data type, the same as <command>COPY</command>'s
<literal>REJECT_LIMIT</literal> option.
-->
《マッチ度[51.630435]》データの区切り文字を指定するもので、<command>COPY</command>の<literal>DELIMITER</literal>オプションと同じです。
《機械翻訳》<command>COPY</command>の<literal>REJECT_LIMIT</literal>オプションと同じように、カラムの入力値をデータタイプに変換するときに許容されるエラーの最大数を指定します。
列の入力値をそのデータ型に変換する時に許容されるエラーの最大数を指定するもので、<command>COPY</command>の<literal>REJECT_LIMIT</literal>オプションと同じです。
</para>
</listitem>
</varlistentry>
Expand All @@ -211,9 +209,7 @@
Specifies the amount of messages emitted by <literal>file_fdw</literal>,
the same as <command>COPY</command>'s <literal>LOG_VERBOSITY</literal> option.
-->
《マッチ度[58.278146]》データの区切り文字を指定するもので、<command>COPY</command>の<literal>DELIMITER</literal>オプションと同じです。
《機械翻訳》<literal>file_fdw</literal>によって出力されるメッセージの量を指定します。
これは<command>COPY</command>の<literal>LOG_VERBOSITY</literal>オプションと同じです。
<literal>file_fdw</literal>により出力されるメッセージの量を指定するもので、<command>COPY</command>の<literal>LOG_VERBOSITY</literal>オプションと同じです。
</para>
</listitem>
</varlistentry>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/copy.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ NULL文字列が空であるデフォルトでは、引用符付きの空文字
<literal>ignore</literal> means discard the input row and continue with the next one.
The default is <literal>stop</literal>.
-->
列の入力値をデータ型に変換する際にエラーが発生した場合の動作を指定します
列の入力値をそのデータ型に変換する際にエラーが発生した場合の動作を指定します
<replaceable class="parameter">error_action</replaceable>の値が<literal>stop</literal>の場合、コマンドは失敗します。<literal>ignore</literal>の場合、入力行は破棄され、次の行に移ります。
デフォルトは<literal>stop</literal>です。
</para>
Expand Down