Re: [GENERAL] Getting a leading zero on negative intervals with to_char?

2015-10-05 Thread Bruce Momjian
On Wed, May 13, 2015 at 01:40:41PM -0400, Bruce Momjian wrote: > > I can't find any way to produce the output '-09:00' . There's no apparent > > way > > to add an additional width-specifier. HH24 is clearly not constrained to be > > 2 > > digits wide, since "-11" and "101" and "-101" are all outp

Re: [GENERAL] Getting a leading zero on negative intervals with to_char?

2015-05-13 Thread Bruce Momjian
On Thu, Sep 20, 2012 at 09:42:33AM +0800, Craig Ringer wrote: > Hi all > > I'm wondering if there's any way to convince `to_char` to add a leading zero > to > the hours in negative intervals. The current behaviour feels wrong, in that > FMHH24:MM and HH24:MM produce the same output for negative i

[GENERAL] Getting a leading zero on negative intervals with to_char?

2012-09-19 Thread Craig Ringer
Hi all I'm wondering if there's any way to convince `to_char` to add a leading zero to the hours in negative intervals. The current behaviour feels wrong, in that FMHH24:MM and HH24:MM produce the same output for negative intervals: regress=# WITH x(i) AS (VALUES (INTERVAL '9:00'),(INTERV