It seems that people easily confuse what rows_insert() is for and use it when they actually need rows_append() (e.g. tidyverse/dbplyr#1297 or tidyverse/dbplyr#1149). It would be nice to improve the documentation (or maybe even the names) of rows_insert() and rows_append() to make it more clear when to use which function.