> If you really want a flexible function for doing this, I suspect you could
replicate the functionality of jquery's 'timeago' module in a stored proc
relatively easily. http://timeago.yarp.com/ It is MIT licensed, so you can
copy the logic without restriction. It makes reference to being derivative
of a ruby project, so you could probably grab that code and convert it to
ruby-pg very easily.
Thanks for that useful link. I believe in my case this will work out.
Thanks again.