fomatting an interval

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: fomatting an interval
Date: 2003-05-12 23:32:43
Message-ID: 3EC02F1B.50803@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How can I format an interval? I want something like the default format but without the
milliseconds. However if I try to format it myself I lose the parts that are greater than
hours. http://developer.postgresql.org/docs/postgres/functions-formatting.html is not much
help. Does anyone know can I get the default format?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Sherman 2003-05-12 23:41:18 Re: Performance Problem
Previous Message Joseph Shraibman 2003-05-12 23:18:13 Re: Performance Problem