Re: to_char problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "postgresql" <pgsql(at)symcom(dot)com>
Cc: "PgSQL-SQL" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: to_char problem
Date: 2002-04-13 17:00:38
Message-ID: 16338.1018717238@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"postgresql" <pgsql(at)symcom(dot)com> writes:
> Why are there 5 spaces (ascii 32) after the month?

Fixed-width output column (think "September"). Use FM prefix if you
don't want the extra space.

Yeah, it's an ugly formatting language :-(. I think Oracle gets the
blame here...

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message jack 2002-04-15 03:19:15 data order problem
Previous Message postgresql 2002-04-13 16:57:25 to_char problem