Skip to content

Commit a67ec53

Browse files
Add types to type docs
1 parent ea3a5a7 commit a67ec53

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
@@ -405,6 +405,7 @@ impl WrongType {
405405
/// | `f32` | REAL |
406406
/// | `f64` | DOUBLE PRECISION |
407407
/// | `&str`/`String` | VARCHAR, CHAR(n), TEXT, CITEXT, NAME, UNKNOWN |
408+
/// | | LTREE, LQUERY, LTXTQUERY |
408409
/// | `&[u8]`/`Vec<u8>` | BYTEA |
409410
/// | `HashMap<String, Option<String>>` | HSTORE |
410411
/// | `SystemTime` | TIMESTAMP, TIMESTAMP WITH TIME ZONE |
@@ -735,6 +736,7 @@ pub enum IsNull {
735736
/// | `f32` | REAL |
736737
/// | `f64` | DOUBLE PRECISION |
737738
/// | `&str`/`String` | VARCHAR, CHAR(n), TEXT, CITEXT, NAME |
739+
/// | | LTREE, LQUERY, LTXTQUERY |
738740
/// | `&[u8]`/`Vec<u8>` | BYTEA |
739741
/// | `HashMap<String, Option<String>>` | HSTORE |
740742
/// | `SystemTime` | TIMESTAMP, TIMESTAMP WITH TIME ZONE |

0 commit comments

Comments
 (0)