Is it possible to do a In clause with a vector. In my case i32's ie let results : postgres::Result<Rows> = self.conn.query("SELECT id, name FROM sensors WHERE id IN {}", &[&sensor_ids]); I seem to get syntax error at or near \"{ Thanks