pub async fn merge_record_postgres( pool: &PgPool, table: &str, id: &str, patch: Value, ) -> Result<Value>