]> granicus.if.org Git - postgresql/commit
In the attache is new to_date()/to_timestamp() version.
authorBruce Momjian <bruce@momjian.us>
Sat, 1 Jul 2000 14:10:32 +0000 (14:10 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 1 Jul 2000 14:10:32 +0000 (14:10 +0000)
commit99212a48476448bfd38841730e9d6ed945c2a0d0
treee042527dc56895916b6c800a5375aaf9d98e1515
parent2f131ca5880196d54ce0aac734bebe9c8393aa07
 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
~
~
doc/src/sgml/func.sgml
src/backend/utils/adt/formatting.c
src/test/regress/expected/timestamp.out