From b3754dcc9ff7aba2268e98ecf4b5546353305cd2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 4 May 2025 22:37:20 -0400 Subject: [PATCH] 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 --- doc/src/sgml/release-18.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 764c929823f..6054df4f818 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -111,7 +111,7 @@ Author: Tom Lane -Prevent COPY IN from treating \. as an end-of-file marker when reading CSV files (Daniel Vérité, Tom Lane) +Prevent COPY FROM from treating \. as an end-of-file marker when reading CSV files (Daniel Vérité, Tom Lane) § § @@ -1655,12 +1655,12 @@ Author: Fujii Masao -Add REJECT_LIMIT to control the number of invalid rows COPY IN can ignore (Atsushi Torikoshi) +Add REJECT_LIMIT to control the number of invalid rows COPY FROM can ignore (Atsushi Torikoshi) § -This is active when ON_ERROR = 'ignore'. +This is available when ON_ERROR = 'ignore'. @@ -1678,12 +1678,12 @@ Allow COPY TO to copy rows from populated materialized view (Jian He) -Add COPY log_verbosity level "silent" to suppress all log output (Atsushi Torikoshi) +Add COPY LOG_VERBOSITY level "silent" to suppress log output of ignored rows (Atsushi Torikoshi) § @@ -3246,7 +3246,7 @@ Author: Fujii Masao -Add REJECT_LIMIT to control the number of invalid rows file_fdw can ignore (Atsushi Torikoshi) +Add "reject_limit" to control the number of invalid rows file_fdw can ignore (Atsushi Torikoshi) § -- 2.30.2