diff --git a/pgtype/hstore.go b/pgtype/hstore.go index 11bfb9a7..c48ae6da 100644 --- a/pgtype/hstore.go +++ b/pgtype/hstore.go @@ -29,7 +29,7 @@ func (dst *Hstore) Set(src interface{}) error { } *dst = Hstore{Map: m, Status: Present} default: - return fmt.Errorf("cannot convert %v to Tid", src) + return fmt.Errorf("cannot convert %v to Hstore", src) } return nil