Thread: pgsql/ oc/src/sgml/func.sgml rc/backend/utils/ ...

pgsql/ oc/src/sgml/func.sgml rc/backend/utils/ ...

From
"Marc G. Fournier"
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    scrappy@hub.org    01/09/05 23:22:42

Modified files:
    doc/src/sgml   : func.sgml
    src/backend/utils/adt: formatting.c timestamp.c
    src/include/catalog: pg_proc.h
    src/include/utils: formatting.h timestamp.h

Log message:
    - new to_char(interval, text)
    - new millisecond (ms) and microsecond (us) support
    - more robus parsing from string - used is separator checking for
    non-exact formats like to_date('2001-9-1', 'YYYY-MM-DD')
    - SGML docs are included

    Karel Zak