Small fix on COPY ON_ERROR document - Mailing list pgsql-hackers

From Yugo NAGATA
Subject Small fix on COPY ON_ERROR document
Date
Msg-id 20240126112829.d420b28859fbe84379fdb7ad@sraoss.co.jp
Whole thread Raw
Responses Re: Small fix on COPY ON_ERROR document
List pgsql-hackers
Hi,

I found that the documentation of COPY ON_ERROR said
COPY stops operation at the first error when 
"ON_ERROR is not specified.", but it also stop when
ON_ERROR is specified to the default value, "stop".

I attached a very small patch to fix this just for
making the description more accurate.

Regards,
Yugo Nagata 

-- 
Yugo NAGATA <nagata@sraoss.co.jp>

Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Printing backtrace of postgres processes
Next
From: vignesh C
Date:
Subject: Re: Evaluate arguments of correlated SubPlans in the referencing ExprState