Re: fomatting an interval (resend)
Dennis Gearon <gearond@cvc.net>
From: Dennis Gearon <gearond@cvc.net>
To: Joseph Shraibman <jks@selectacast.net>
Cc: Steve Crawford <scrawford@pinpointresearch.com>, PostgreSQL General <pgsql-general@postgresql.org>
Date: 2003-05-14T15:41:20Z
Lists: pgsql-hackers
If you have variable length arguments to 'to_char()', you may not be able to succesfully use it. Joseph Shraibman wrote: > Dennis Gearon wrote: > >> write a pl/pgsql function that outputs the format, based on receiving >> the interval in seconds. >> > I don't want to do something so complicated. There is already a > to_char() method, I just want to know what I should pass into it. > >