File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -254,13 +254,13 @@ types. The driver currently supports the following conversions:
254
254
More conversions can be defined by implementing the ` ToSql ` and ` FromSql `
255
255
traits.
256
256
257
- Support for Postgres arrays is located in the
257
+ Support for array types is located in the
258
258
[ postgres-array] ( https://github.com/sfackler/rust-postgres-array ) crate.
259
259
260
- Support for Postgres ranges is located in the
260
+ Support for range types is located in the
261
261
[ postgres-range] ( https://github.com/sfackler/rust-postgres-range ) crate.
262
262
263
- Support for Postgres large objects is located in the
263
+ Support for the large object API is located in the
264
264
[ postgres-large-object] ( https://github.com/sfackler/rust-postgres-large-object ) crate.
265
265
266
266
## Optional features
You can’t perform that action at this time.
0 commit comments