1989 in basketball
The following are the basketball events of the year 1989 throughout the world.
Years in basketball |
---|
2020s |
1960s
|
1950s
|
1940s
|
1920s
|
1910s
|
1900s
|
See also |
|
Winners of major team competitions 1988-1989
Men
- Germany : BBC Bayreuth
- Spain : FC Barcelona Bàsquet
- France : Limoges CSP
- Italy : Olimpia Milano
Collegiate awards
- Men
- John R. Wooden Award: Sean Elliott, Arizona
- Naismith College Coach of the Year: Mike Krzyzewski, Duke
- Frances Pomeroy Naismith Award: Tim Hardaway, UTEP
- Associated Press College Basketball Player of the Year: Sean Elliott, Arizona
- NCAA Basketball Tournament Most Outstanding Player: Anderson Hunt, UNLV
- USBWA National Freshman of the Year: Chris Jackson, LSU
- Associated Press College Basketball Coach of the Year: Bob Knight, Indiana
- Naismith Outstanding Contribution to Basketball: Nat Holman
- Women
- Naismith College Player of the Year: Clarissa Davis, Texas
- Naismith College Coach of the Year: Pat Summitt, Tennessee
- Wade Trophy: Clarissa Davis, Texas
- Frances Pomeroy Naismith Award: Paulette Backstrom, Bowling Green
- NCAA Basketball Tournament Most Outstanding Player: Bridgette Gordon, Tennessee
- Carol Eckman Award: Linda Hill-MacDonald, Minnesota
Naismith Memorial Basketball Hall of Fame
- Class of 1989:[1]
- William Gates
- K.C. Jones
- Lenny Wilkens
Deaths
- July 26 — Bob Spessard, All-American college player and coach (Washington and Lee) (born 1915)
- August 14 — Ricky Berry, American NBA player (Sacramento Kings) (born 1964)
- August 21 — Scott Fenton, Australian player (Perth Wildcats) (born 1964)
- September 7 — Valery Goborov, Soviet player (born 1966)
- September 22 — Bob Calihan, All-American college player and coach (Detroit), NBL player (born 1918)
- October 7 — Earl Thomas, American NBL player (born 1915)
- December 3 — Fernando Martín Espina, Spanish player (Real Madrid, Portland Trail Blazers) (born 1962)
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
See also
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.