Re: [HACKERS] Beta for 4:30AST ... ?
Karel Zak <zakkr@zf.jcu.cz>
From: Karel Zak - Zakkr <zakkr@zf.jcu.cz>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: The Hermit Hacker <scrappy@hub.org>, Tom Lane <tgl@sss.pgh.pa.us>, webmaster@postgreSQL.org, pgsql-hackers@postgreSQL.org
Date: 2000-02-22T10:26:11Z
Lists: pgsql-hackers
On Mon, 21 Feb 2000, Bruce Momjian wrote: > Should be accurate. I usually make a release list after the feature > freeze/beta starts. I'am not sure that TODO is accurate. The 7.0 has non-TODO (small) features too --> The Oracle compatible TO_CHAR() for date/time, numbers (int/float/numeric) formatting and (reverse) TO_DATE() / TO_TIMESTAMP() / TO_NUMBER() for string to number or data/time conversion. Number part (TO_NUMBER() and TO_CHAR()) support locale and allow you convert number to locale-like number. Karel PS. for exact changes: "diff -r --new-file 6.5.x 7.0" :-))