From: | Bruce Momjian - CVS <momjian> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/backend/utils/adt (formatting.c pg_locale.c timestamp.c) |
Date: | 2000-08-29 04:41:48 |
Message-ID: | 200008290441.e7T4fmb37170@hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Date: Tuesday, August 29, 2000 @ 00:41:48
Author: momjian
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
from hub.org:/home/projects/pgsql/tmp/cvs-serv37148/pgsql/src/backend/utils/adt
Modified Files:
formatting.c pg_locale.c timestamp.c
----------------------------- Log Message -----------------------------
* to_char:
- full support for IW (ISO week) and vice versa conversion for IW too
(the to_char 'week' support is now complete and I hope correct).
Thomas, I use for IW code from timestamp.c, for this I create separate
function date2isoweek() from original 'case DTK_WEEK:' code in the
timestamp_part(). I mean will better use one code for same feature in
date_part() and in to_char(). The isoweek2date() is added to timestamp.c
too. Right?
IMHO in 7.1 will all to_char's features complete. It is cca 41 templates
for date/time and cca 21 for numbers.
* to_ascii:
- gcc, is it correct now? :-)
In the patch is documentation for to_char's IW and for to_ascii().
Karel
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian - CVS | 2000-08-29 04:41:49 | pgsql/src/include/utils (timestamp.h) |
Previous Message | Bruce Momjian - CVS | 2000-08-29 04:41:47 | pgsql/doc/src/sgml (func.sgml) |