Skip to content

Commit d8119a3

Browse files
naka-shodmikurube
andauthored
Update embulk-output-redshift/README.md
fix Co-authored-by: Dai MIKURUBE <[email protected]>
1 parent 772fe15 commit d8119a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embulk-output-redshift/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Redshift output plugin for Embulk loads records to Redshift.
103103
* Transactional: No. If fails, the target table could have some rows inserted.
104104
* Resumable: No.
105105
* **truncate_insert**:
106-
* Behavior: Same with `insert` mode excepting that it truncates(using `delete from`, not using `truncate`) the target table right before the last `INSERT ...` query.
106+
* Behavior: Same with `insert` mode excepting that it truncates the target table (with SQL `DELETE FROM`, not `TRUNCATE`) right before the last `INSERT ...` query.
107107
* Transactional: Yes.
108108
* Resumable: No.
109109
* **replace**:

0 commit comments

Comments
 (0)