PostgreSQL.Binary.Decoding

valueParser

type Value

Primitive

int

float4

float8

bool

bytea_strict

bytea_lazy

Textual

text_strict

text_lazy

char

Misc

fn

numeric

uuid

inet

json_ast

json_bytes

jsonb_ast

jsonb_bytes

Time

date

time_int

time_float

timetz_int

timetz_float

timestamp_int

timestamp_float

timestamptz_int

timestamptz_float

interval_int

interval_float

Exotic

Array

data Array a

array

valueArray

nullableValueArray

dimensionArray

Composite

data Composite a

composite

valueComposite

nullableValueComposite

HStore

hstore

enum