Dave Cramer wrote:
> Joseph,
>
> What do you want it to return, postgres is assuming you want an
> interval, but there is no jdbc interval type. What are you expecting it
> to return?
>
I was expecting a String. I had to explicity cast it to text to get it to work.