Postgres `INSERT` [supports](https://www.postgresql.org/docs/current/sql-insert.html) a `WHERE` clause for `ON CONFLICT ... DO UPDATE SET`. pg-typed currently does not support this feature.
Postgres
INSERTsupports aWHEREclause forON CONFLICT ... DO UPDATE SET.pg-typed currently does not support this feature.