Hickman Price

Hickman Price Jr., (19111989) was an assistant secretary in the United States Department of Commerce and a business executive.

Early life

Price was born on August 14, 1911, in Nashville, Tennessee. He attended Taft School, Phillips Exeter Academy, and Columbia University.

Business career

From 1932 to 1934, Price assisted his father with farming wheat in the Texas Panhandle. Price then moved on to become a member of the Bankers Trust Company in New York City. After leaving Texas in 1941, Price was appointed chief of the American Economic Mission to the Belgian Congo. Price returned in 1945 and was named executive assistant to the president of Graham-Paige Motors Corp. From 1945 to 1952, Price was vice president and director of the Kaiser-Frazer Corporation in Willow Run, Michigan.

In 1951 Price negotiated a two and a half million dollar deal with Israeli tycoon and security expert Efraim Ilin. Price put down half a million with Ilin bringing the other two million. Together they founded Kaiser in Israel. In 1952, Price became president and director of Willys Overland Export Corp., and Willys Overland of Canada. In 1954, Price was named be vice president of Willys Motors Inc. Price also served as president of Mercedes-Benz in São Paulo, Brazil. Price Jr. was a notable figure in the post-war automotive industry. Because of his leadership position with Kaiser-Frazer and Willys Overland, Price helped shape the character of the overseas car market.[1]

Political life

Price was also an influential social and political figure. He was an active Democrat and a staunch supporter of Governor G. Mennen Williams of Michigan and of the presidential aspirations of Adlai Stevenson and John F. Kennedy. Often consulted on matters of relations between the United States and Brazil, Price shared his expertise with members of the Kennedy administration. He further served his country with his appointment as Assistant Secretary of Commerce, a position he held from 1961 to 1963.[2][3]

Personal life

Price was a nephew of Joseph P. Frazer. He married Dorothy Hurt. They had one son, Marston, who lived in Brazil and a daughter, Patricia Geisel who lived in Pennsylvania.

Price died of a heart attack at his Long Island home on August 24, 1989.

gollark: ```sqlnonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query) AS rank, ts_headline(fts::text, query, 'MaxWords=60') FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN -------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.79..861.06 rows=1 width=96) (actual time=35935.590..35935.594 rows=1 loops=1) -> Result (cost=860.79..874.83 rows=52 width=96) (actual time=35935.587..35935.589 rows=1 loops=1) -> Sort (cost=860.79..860.92 rows=52 width=178) (actual time=35934.109..35934.111 rows=1 loops=1) Sort Key: (ts_rank(pages.fts, query.query)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=0.25..860.53 rows=52 width=178) (actual time=444.148..35932.932 rows=349 loops=1) Join Filter: (pages.fts @@ query.query) Rows Removed by Join Filter: 10272 -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.038..0.041 rows=1 loops=1) -> Seq Scan on pages (cost=0.00..728.95 rows=10495 width=142) (actual time=10.189..289.581 rows=10621 loops=1) Planning Time: 0.184 ms Execution Time: 35935.637 ms(12 rows)```
gollark: What? Why does it say it's doing a sequential scan now? Æ all is bee.
gollark: Slower, even.
gollark: Oops, it turns out I'm accidentally sorting by it instead of the rank, but it's equally slow after fixing that.
gollark: ```nonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query), ts_headline(fts::text, query, 'MaxWords=60') AS rank FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.92..860.92 rows=1 width=96) (actual time=8506.425..8506.427 rows=1 loops=1) -> Sort (cost=860.92..861.05 rows=52 width=96) (actual time=8506.423..8506.425 rows=1 loops=1) Sort Key: (ts_headline((pages.fts)::text, query.query, 'MaxWords=60'::text)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=688.65..860.66 rows=52 width=96) (actual time=1.362..8505.403 rows=348 loops=1) -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.023..0.025 rows=1 loops=1) -> Bitmap Heap Scan on pages (cost=688.40..846.49 rows=52 width=142) (actual time=0.353..1.502 rows=348 loops=1) Recheck Cond: (fts @@ query.query) Heap Blocks: exact=231 -> Bitmap Index Scan on page_search_index (cost=0.00..688.39 rows=52 width=0) (actual time=0.320..0.320 rows=387 loops=1) Index Cond: (fts @@ query.query) Planning Time: 0.190 ms Execution Time: 8506.463 ms(13 rows)```

References

  1. Hickman Price, Obituaries. The New York Yimes, 08/24/1989.
  2. Michigan Historical Collections, Bentley Historical Library. Hickman Price, Jr. Papers, 1918-1968 University of Michigan.
  3. https://docs.wto.org/gattdocs/q/.%5CGG%5CMGT%5C62-6.PDF
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.