Was reading up on how ON CONFLICT DO NOTHING;
works in the PostgreSQL docs (which is a great addition), and saw that ON CONFLICT DO UPDATE;
is also an option, which is effectively an "upsert."
I wonder if that's also useful in a bulk loading context?