Small fix on COPY ON_ERROR document
Yugo Nagata <nagata@sraoss.co.jp>
From: Yugo NAGATA <nagata@sraoss.co.jp>
To: pgsql-hackers@postgresql.org
Date: 2024-01-26T02:28:29Z
Lists: pgsql-hackers
Attachments
- small_fix_on_copy_doc.patch (text/x-diff) patch
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>
Commits
-
Improve documentation for COPY ... ON_ERROR ...
- 40bbc8cf0a75 17.0 landed