diff --git a/pgtype/pgtype.go b/pgtype/pgtype.go index db706369..31cf6038 100644 --- a/pgtype/pgtype.go +++ b/pgtype/pgtype.go @@ -148,14 +148,6 @@ type TypeValue interface { TypeName() string } -// ValueTranscoder is a value that implements the text and binary encoding and decoding interfaces. -type ValueTranscoder interface { - Value - FormatSupport - ParamEncoder - ResultDecoder -} - type FormatSupport interface { BinaryFormatSupported() bool TextFormatSupported() bool