File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,18 +222,6 @@ types. The driver currently supports the following conversions:
222222 </td>
223223 <td>UUID</td>
224224 </tr>
225- <tr>
226- <td>types::range::Range<i32></td>
227- <td>INT4RANGE</td>
228- </tr>
229- <tr>
230- <td>types::range::Range<i64></td>
231- <td>INT8RANGE</td>
232- </tr>
233- <tr>
234- <td>types::range::Range<Timespec></td>
235- <td>TSRANGE, TSTZRANGE</td>
236- </tr>
237225 <tr>
238226 <td>std::collections::HashMap<String, Option<String>></td>
239227 <td>HSTORE</td>
@@ -247,6 +235,9 @@ traits.
247235Support for Postgres arrays is located in the
248236[ postgres-array] ( https://github.com/sfackler/rust-postgres-array ) crate.
249237
238+ Support for Postgres ranges is located in the
239+ [ postgres-range] ( https://github.com/sfackler/rust-postgres-range ) crate.
240+
250241## Optional features
251242
252243### UUID type
You can’t perform that action at this time.
0 commit comments