Re: FM format modifier does not remove leading zero from year

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Adrian Klaver <aklaver@comcast.net>
Cc: pgsql-general@postgresql.org, "Andrus" <kobruleht2@hot.ee>
Date: 2010-01-05T15:54:08Z
Lists: pgsql-hackers, pgsql-general
Adrian Klaver <aklaver@comcast.net> writes:
> From what I could see in the source code
> (src/backend/utils/adt/formatting.c) the year portion of the string is
> not run through the FM modifier. A fix would mean a patch to the above
> AFAIK.

Should it be?  Can anyone check how this works on Oracle?

			regards, tom lane