Every Time You Say Goodbye

Every Time You Say Goodbye is the second album by American bluegrass band Alison Krauss & Union Station, released in 1992. It reached number 75 on the Billboard Country Albums chart.[2]

Every Time You Say Goodbye
Studio album by
Alison Krauss & Union Station
ReleasedFebruary 14, 1992
StudioHomeplace Studios Suite 2000, Nashville, Tennessee
GenreBluegrass, Americana, folk, country
Length42:08
LabelRounder
ProducerAlison Krauss
Alison Krauss chronology
I've Got That Old Feeling
(1990)
Every Time You Say Goodbye
(1992)
I Know Who Holds Tomorrow
(1994)
Professional ratings
Review scores
SourceRating
Allmusic[1]

At the Grammy Awards of 1993 Every Time You Say Goodbye won the Grammy Award for Best Bluegrass Album.

Track listing

  1. "Every Time You Say Goodbye" (John Pennell) – 3:13
  2. "Another Night" (Hobo Jack Adkins) – 2:56
  3. "Last Love Letter" (Sidney Cox) – 3:04
  4. "Cluck Old Hen" (Traditional) – 2:30
  5. "Who Can Blame You" (Ron Block) – 3:17
  6. "It Won't Work This Time" (Aubrey Holt) – 2:59
  7. "Heartstrings" (Marshall Wilborn) – 3:30
  8. "I Don't Know Why" (Shawn Colvin) – 2:43
  9. "Cloudy Days" (Billy Ray Reynolds) – 3:26
  10. "New Fool" (Cox) – 2:47
  11. "Shield of Faith" (Block) – 2:34
  12. "Lose Again" (Karla Bonoff) – 2:50
  13. "Another Day, Another Dollar" (Dan Tyminski) – 2:29
  14. "Jesus Help Me to Stand" (Block) – 3:50

Personnel

Chart performance

Chart (1992) Peak
position
U.S. Billboard Top Country Albums 75
U.S. Billboard Top Heatseekers 34
gollark: Yes.
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.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.