File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -254,13 +254,13 @@ types. The driver currently supports the following conversions:
254254More conversions can be defined by implementing the ` ToSql ` and ` FromSql `
255255traits.
256256
257- Support for Postgres arrays is located in the
257+ Support for array types is located in the
258258[ postgres-array] ( https://github.com/sfackler/rust-postgres-array ) crate.
259259
260- Support for Postgres ranges is located in the
260+ Support for range types is located in the
261261[ postgres-range] ( https://github.com/sfackler/rust-postgres-range ) crate.
262262
263- Support for Postgres large objects is located in the
263+ Support for the large object API is located in the
264264[ postgres-large-object] ( https://github.com/sfackler/rust-postgres-large-object ) crate.
265265
266266## Optional features
You can’t perform that action at this time.
0 commit comments