Skip to content

Commit b3754dc

Browse files
committed
doc PG 18 relnotes: adjust COPY and REJECT_LIMIT items
Reported-by: Atsushi Torikoshi Discussion: https://postgr.es/m/CAM6-o=CEF6tKAjtGMEOd45YySwNRXPu8d_zyYq=fhnia9hOU6Q@mail.gmail.com
1 parent d83981c commit b3754dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/release-18.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
111111

112112
<listitem>
113113
<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)
115115
<ulink url="&commit_baseurl;770233748">&sect;</ulink>
116116
<ulink url="&commit_baseurl;da8a4c166">&sect;</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 COPY IN can ignore (Atsushi Torikoshi)
1658+
Add REJECT_LIMIT to control the number of invalid rows COPY FROM can ignore (Atsushi Torikoshi)
16591659
<ulink url="&commit_baseurl;4ac2a9bec">&sect;</ulink>
16601660
</para>
16611661

16621662
<para>
1663-
This is active when ON_ERROR = 'ignore'.
1663+
This is available 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
<!--
16801680
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.
16821682
-->
16831683

16841684
<listitem>
16851685
<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)
16871687
<ulink url="&commit_baseurl;e7834a1a2">&sect;</ulink>
16881688
</para>
16891689

@@ -3246,7 +3246,7 @@ Author: Fujii Masao <fujii@postgresql.org>
32463246

32473247
<listitem>
32483248
<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)
32503250
<ulink url="&commit_baseurl;6c8f67032">&sect;</ulink>
32513251
</para>
32523252

0 commit comments

Comments
 (0)