to_char's ISO week

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>, pgsql-patches <pgsql-patches(at)postgreSQL(dot)org>
Subject: to_char's ISO week
Date: 2000-08-07 08:55:57
Message-ID: Pine.LNX.3.96.1000807102704.9168B-101000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


* 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

Attachment Content-Type Size
to_char-08072000.patch.gz application/x-gzip 3.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2000-08-08 07:55:34 Re: to_char's ISO week
Previous Message Bruce Momjian 2000-08-05 15:52:03 Re: to_ascii()