Skip to content

Commit 6ae60d6

Browse files
Add types to type docs
1 parent 944b729 commit 6ae60d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

postgres-types/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ impl WrongType {
407407
/// | `f32` | REAL |
408408
/// | `f64` | DOUBLE PRECISION |
409409
/// | `&str`/`String` | VARCHAR, CHAR(n), TEXT, CITEXT, NAME, UNKNOWN |
410+
/// | | LTREE, LQUERY, LTXTQUERY |
410411
/// | `&[u8]`/`Vec<u8>` | BYTEA |
411412
/// | `HashMap<String, Option<String>>` | HSTORE |
412413
/// | `SystemTime` | TIMESTAMP, TIMESTAMP WITH TIME ZONE |
@@ -739,6 +740,7 @@ pub enum IsNull {
739740
/// | `f32` | REAL |
740741
/// | `f64` | DOUBLE PRECISION |
741742
/// | `&str`/`String` | VARCHAR, CHAR(n), TEXT, CITEXT, NAME |
743+
/// | | LTREE, LQUERY, LTXTQUERY |
742744
/// | `&[u8]`/`Vec<u8>` | BYTEA |
743745
/// | `HashMap<String, Option<String>>` | HSTORE |
744746
/// | `SystemTime` | TIMESTAMP, TIMESTAMP WITH TIME ZONE |

0 commit comments

Comments
 (0)