Re: Bug #517: TO_CHAR(timestamp, 'Day') adds extra whitespace

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ash(at)freaky-namuh(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #517: TO_CHAR(timestamp, 'Day') adds extra whitespace
Date: 2001-11-20 14:58:34
Message-ID: 29384.1006268314@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> Using the postgresql TO_CHAR function with Day, DAY, day, Month, MONTH or month as the text argument, extra whitespace is appended to the output.

AFAIK this is the intended behavior. There's an FM modifier that you
add to the format item to suppress extra whitespace. See the examples
in the manual.

(Yes, this formatting language is plenty ugly, but don't blame us ...
we're just trying to be Oracle-compatible with it ...)

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ashley Cambrell 2001-11-20 15:13:16 Re: Bug #517: TO_CHAR(timestamp, 'Day') adds extra whitespace
Previous Message pgsql-bugs 2001-11-20 09:51:01 Bug #517: TO_CHAR(timestamp, 'Day') adds extra whitespace