In the attache is new to_date()/to_timestamp() version.

Bruce Momjian <bruce@momjian.us>

Commit: 99212a48476448bfd38841730e9d6ed945c2a0d0
Author: Bruce Momjian <bruce@momjian.us>
Date: 2000-07-01T14:10:32Z
Releases: 7.1.1
 In the attache is new to_date()/to_timestamp() version.

 Now the to_timestamp() support WW,W,J,SSSS,DDD conversion from strings and
the am/pm bug is fixed, the to_char() use week-of-year (WW) full compatible
with Oracle.

 This patch update relevant regress-tests and docs too.

                                        Karel
~
~

Files

PathChange+/−
doc/src/sgml/func.sgml modified +8 −5
src/backend/utils/adt/formatting.c modified +422 −370
src/test/regress/expected/timestamp.out modified +32 −32