Closed GoogleCodeExporter closed 9 years ago
Looks like we can do it: select id, pubdate, prob, (prob * 1000.0) /
log(extract(epoch from age(pubdate))) from posts join rated_posts on id = post
The only question is what to do with posts which have negative ages. Need to
check this a bit more thoroughly.
Original comment by lar...@gmail.com
on 30 Jul 2011 at 10:13
Implemented now.
Original comment by lar...@gmail.com
on 30 Jul 2011 at 11:05
Original issue reported on code.google.com by
lar...@gmail.com
on 26 Jul 2011 at 4:07