Joel,
> Now I found I had to do something like this just to have a timestamp
> (problem is I do not want the format of the time stamp, my clients want to
> see the month as a string)
Um, what's wrong with:
to_char(some_timestamp, 'Mon DD YYYY HH:MI:SS')
?
--
Josh Berkus
Aglio Database Solutions
San Francisco