type github.com/jackc/pgx/v5/pgtype.TextFormatOnlyCodec

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype_default.go#L50: 	defaultMap.RegisterType(&Type{Name: "aclitem", OID: ACLItemOID, Codec: &TextFormatOnlyCodec{TextCodec{}}})
		pgtype_default.go#L70: 	defaultMap.RegisterType(&Type{Name: "jsonpath", OID: JSONPathOID, Codec: &TextFormatOnlyCodec{TextCodec{}}})
		text_format_only_codec.go#L3: type TextFormatOnlyCodec struct {
		text_format_only_codec.go#L7: func (c *TextFormatOnlyCodec) FormatSupported(format int16) bool {
		text_format_only_codec.go#L11: func (TextFormatOnlyCodec) PreferredFormat() int16 {