github.com/jackc/pgx/v5/pgproto3.CopyOutResponse.OverallFormat (field)

4 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		copy_both_response.go#L14: 	OverallFormat     byte
		copy_both_response.go#L42: 	*dst = CopyBothResponse{OverallFormat: overallFormat, ColumnFormatCodes: columnFormatCodes}
		copy_both_response.go#L50: 	dst = append(dst, src.OverallFormat)
		copy_both_response.go#L92: 	dst.OverallFormat = msg.OverallFormat[0]