@@ -111,7 +111,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
111111
112112<listitem>
113113<para>
114- Prevent COPYIN from treating \. as an end-of-file marker when reading CSV files (Daniel Vérité, Tom Lane)
114+ Prevent COPYFROM from treating \. as an end-of-file marker when reading CSV files (Daniel Vérité, Tom Lane)
115115<ulink url="&commit_baseurl;770233748">§</ulink>
116116<ulink url="&commit_baseurl;da8a4c166">§</ulink>
117117</para>
@@ -1655,12 +1655,12 @@ Author: Fujii Masao <fujii@postgresql.org>
16551655
16561656<listitem>
16571657<para>
1658- Add REJECT_LIMIT to control the number of invalid rows COPYIN can ignore (Atsushi Torikoshi)
1658+ Add REJECT_LIMIT to control the number of invalid rows COPYFROM can ignore (Atsushi Torikoshi)
16591659<ulink url="&commit_baseurl;4ac2a9bec">§</ulink>
16601660</para>
16611661
16621662<para>
1663- This isactive when ON_ERROR = 'ignore'.
1663+ This isavailable when ON_ERROR = 'ignore'.
16641664</para>
16651665</listitem>
16661666
@@ -1678,12 +1678,12 @@ Allow COPY TO to copy rows from populated materialized view (Jian He)
16781678
16791679<!--
16801680Author: Fujii Masao <fujii@postgresql.org>
1681- 2024-10-03 [e7834a1a2] Addlog_verbosity = 'silent' support to COPY command.
1681+ 2024-10-03 [e7834a1a2] AddLOG_VERBOSITY = 'silent' support to COPY command.
16821682-->
16831683
16841684<listitem>
16851685<para>
1686- Add COPYlog_verbosity level "silent" to suppressall log output (Atsushi Torikoshi)
1686+ Add COPYLOG_VERBOSITY level "silent" to suppress log output of ignored rows (Atsushi Torikoshi)
16871687<ulink url="&commit_baseurl;e7834a1a2">§</ulink>
16881688</para>
16891689
@@ -3246,7 +3246,7 @@ Author: Fujii Masao <fujii@postgresql.org>
32463246
32473247<listitem>
32483248<para>
3249- AddREJECT_LIMIT to control the number of invalid rows file_fdw can ignore (Atsushi Torikoshi)
3249+ Add"reject_limit" to control the number of invalid rows file_fdw can ignore (Atsushi Torikoshi)
32503250<ulink url="&commit_baseurl;6c8f67032">§</ulink>
32513251</para>
32523252