Small fix on COPY ON_ERROR document

From: Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Small fix on COPY ON_ERROR document
Date: 2024-01-26 02:28:29
Message-ID: 20240126112829.d420b28859fbe84379fdb7ad@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sraoss(dot)co(dot)jp>

Attachment Content-Type Size
small_fix_on_copy_doc.patch text/x-diff 814 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2024-01-26 02:37:00 Re: Evaluate arguments of correlated SubPlans in the referencing ExprState
Previous Message vignesh C 2024-01-26 02:26:02 Re: Printing backtrace of postgres processes