@@ -111,7 +111,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
111
111
112
112
<listitem>
113
113
<para>
114
- Prevent COPY IN from treating \. as an end-of-file marker when reading CSV files (Daniel Vérité, Tom Lane)
114
+ Prevent COPY FROM from treating \. as an end-of-file marker when reading CSV files (Daniel Vérité, Tom Lane)
115
115
<ulink url="&commit_baseurl;770233748">§</ulink>
116
116
<ulink url="&commit_baseurl;da8a4c166">§</ulink>
117
117
</para>
@@ -1655,12 +1655,12 @@ Author: Fujii Masao <fujii@postgresql.org>
1655
1655
1656
1656
<listitem>
1657
1657
<para>
1658
- Add REJECT_LIMIT to control the number of invalid rows COPY IN can ignore (Atsushi Torikoshi)
1658
+ Add REJECT_LIMIT to control the number of invalid rows COPY FROM can ignore (Atsushi Torikoshi)
1659
1659
<ulink url="&commit_baseurl;4ac2a9bec">§</ulink>
1660
1660
</para>
1661
1661
1662
1662
<para>
1663
- This is active when ON_ERROR = 'ignore'.
1663
+ This is available when ON_ERROR = 'ignore'.
1664
1664
</para>
1665
1665
</listitem>
1666
1666
@@ -1678,12 +1678,12 @@ Allow COPY TO to copy rows from populated materialized view (Jian He)
1678
1678
1679
1679
<!--
1680
1680
Author: Fujii Masao <fujii@postgresql.org>
1681
- 2024-10-03 [e7834a1a2] Add log_verbosity = 'silent' support to COPY command.
1681
+ 2024-10-03 [e7834a1a2] Add LOG_VERBOSITY = 'silent' support to COPY command.
1682
1682
-->
1683
1683
1684
1684
<listitem>
1685
1685
<para>
1686
- Add COPY log_verbosity level "silent" to suppress all log output (Atsushi Torikoshi)
1686
+ Add COPY LOG_VERBOSITY level "silent" to suppress log output of ignored rows (Atsushi Torikoshi)
1687
1687
<ulink url="&commit_baseurl;e7834a1a2">§</ulink>
1688
1688
</para>
1689
1689
@@ -3246,7 +3246,7 @@ Author: Fujii Masao <fujii@postgresql.org>
3246
3246
3247
3247
<listitem>
3248
3248
<para>
3249
- Add REJECT_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)
3250
3250
<ulink url="&commit_baseurl;6c8f67032">§</ulink>
3251
3251
</para>
3252
3252
0 commit comments