diff --git a/library/Hasql/Encoders.hs b/library/Hasql/Encoders.hs index 66d62c0..307f607 100644 --- a/library/Hasql/Encoders.hs +++ b/library/Hasql/Encoders.hs @@ -358,6 +358,11 @@ enum mapping = -- | -- Identifies the value with the PostgreSQL's \"unknown\" type, -- thus leaving it up to Postgres to infer the actual type of the value. +-- +-- The value transimitted is any value encoded in the Postgres' Text data format. +-- For reference, see the +-- +-- section of the Postgres' documentation. {-# INLINABLE unknown #-} unknown :: Value ByteString unknown =