2008 PGA Tour Qualifying School graduates
This is a list of the 28 players who earned their 2009 PGA Tour card through Q School in 2008.
# | Player | PGA Tour starts | Cuts made | Notes |
---|---|---|---|---|
1 | ![]() | 300 | 177 | Shot a 59 in the fourth round; 1 Nationwide Tour win |
T2 | ![]() | 0 | 0 | 1 Von Nida Tour win |
T2 | ![]() | 2 | 1 | Played on 2008 Palmer Cup team |
T4 | ![]() | 55 | 22 | Played on 2004 Palmer Cup team |
T4 | ![]() | 533 | 351 | 7 PGA Tour wins |
6 | ![]() | 86 | 51 | |
T7 | ![]() | 136 | 64 | 3 Nationwide Tour wins |
T7 | ![]() | 7 | 3 | Played on 2007 Walker Cup and Palmer Cup teams |
T7 | ![]() | 0 | 0 | 1 Nationwide Tour win |
T7 | ![]() | 409 | 246 | 1 PGA Tour win |
T11 | ![]() | 184 | 93 | 4 PGA Tour wins |
T11 | ![]() | 0 | 0 | |
T11 | ![]() | 0 | 0 | |
T11 | ![]() | 79 | 38 | 2 Nationwide Tour wins |
T11 | ![]() | 1 | 0 | |
T11 | ![]() | 60 | 26 | 3 Nationwide Tour wins |
T11 | ![]() | 0 | 0 | |
T18 | ![]() | 3 | 1 | |
T18 | ![]() | 1 | 0 | |
T18 | ![]() | 0 | 0 | |
T18 | ![]() | 254 | 163 | 1 PGA Tour win |
T18 | ![]() | 191 | 105 | 1 PGA Tour win |
T18 | ![]() | 158 | 76 | 4 European Tour wins |
T18 | ![]() | 43 | 25 | 1 European Tour win, 4 Japan Golf Tour wins |
T18 | ![]() | 1 | 0 | |
T18 | ![]() | 132 | 46 | 2 Nationwide Tour wins |
T18 | ![]() | 290 | 144 | 2 Nationwide Tour wins |
T18 | ![]() | 325 | 166 |
- Players in yellow are 2009 PGA Tour rookies.
2009 Results
Player | Starts | Cuts made | Best finish | Money list rank | Earnings ($) |
---|---|---|---|---|---|
![]() | 27 | 19 | T7 | 112 | 738,615 |
![]() | 26 | 15 | T4 | 96 | 931,532 |
![]() | 24 | 8 | T22 | 203 | 125,305 |
![]() | 28 | 17 | T6 | 113 | 735,019 |
![]() | 13 | 7 | T19 | 199 | 135,476 |
![]() | 25 | 17 | T9 | 127 | 657,204 |
![]() | 15 | 7 | T32 | 205 | 115,517 |
![]() | 30 | 16 | T5 | 70 | 1,249,674 |
![]() | 20 | 4 | T39 | 220 | 57,271 |
![]() | 26 | 14 | T13 (twice) | 151 | 445,720 |
![]() | 14 | 4 | T28 | 223 | 54,645 |
![]() | 18 | 4 | 65 | 234 | 34,324 |
![]() | 17 | 8 | T28 | 204 | 121,031 |
![]() | 26 | 19 | T2 | 33 | 2,190,792 |
![]() | 16 | 3 | T51 | 238 | 25,828 |
![]() | 24 | 14 | T5 | 125 | 662,683 |
![]() | 17 | 3 | T66 (twice) | 239 | 24,370 |
![]() | 18 | 5 | T26 | 207 | 84,569 |
![]() | 21 | 5 | T3 | 154 | 412,966 |
![]() | 20 | 6 | T8 | 189 | 198,567 |
![]() | 22 | 16 | T7 | 129 | 630,417 |
![]() | 30 | 21 | T5 | 100 | 838,707 |
![]() | 13 | 6 | 6 | 162 | 354,163 |
![]() | 23 | 19 | Win (twice) | 10 | 3,489,516 |
![]() | 18 | 6 | T7 | 178 | 263,969 |
![]() | 20 | 11 | T8 | 169 | 312,699 |
![]() | 24 | 12 | T9 | 171 | 301,879 |
![]() | 22 | 14 | T13 | 184 | 240,574 |
*PGA Tour rookie in 2009
T = Tied
Green background indicates the player retained his PGA Tour card for 2010 (finished inside the top 125).
Yellow background indicates the player did not retain his PGA Tour card for 2010, but retained conditional status (finished between 126-150).
Red background indicates the player did not retain his PGA Tour card for 2010 (finished outside the top 150).
Winners on the PGA Tour in 2009
No. | Date | Player | Tournament | Winning score | Margin of victory | Runner-up |
---|---|---|---|---|---|---|
1 | Mar 8 | ![]() |
Honda Classic | –9 (68-65-70-68=271) | 1 stroke | ![]() |
2 | Aug 16 | ![]() |
PGA Championship | –8 (73-70-67-70=280) | 3 strokes | ![]() |
Runner-up on the PGA Tour in 2009
No. | Date | Player | Tournament | Winner | Winning score | Runner-up score |
---|---|---|---|---|---|---|
1 | Sep 7 | ![]() |
Deutsche Bank Championship | ![]() |
–17 (63-72-65-67=267) | –16 (66-69-68-65=268) |
gollark: >contacts
gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
See also
References
- All information from here.
- Player profiles
- Money list
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.