-
- Downloads
> > I have no idea if this in Oracle or not. But it's something I
> > needed, and other people in the past asked about it too. > > It is in Oracle, but you aren't exactly on the spot. It should be > > IYYY - 4 digits ('2003') > IYY - 3 digits ('003') > IY - 2 digits ('03') > I - 1 digit ('3') Here is an updated patch that does that. Kurt Roeckx
Showing
- doc/src/sgml/func.sgml 17 additions, 1 deletiondoc/src/sgml/func.sgml
- src/backend/utils/adt/formatting.c 51 additions, 6 deletionssrc/backend/utils/adt/formatting.c
- src/backend/utils/adt/timestamp.c 60 additions, 2 deletionssrc/backend/utils/adt/timestamp.c
- src/include/utils/timestamp.h 2 additions, 1 deletionsrc/include/utils/timestamp.h
- src/test/regress/expected/timestamptz.out 82 additions, 0 deletionssrc/test/regress/expected/timestamptz.out
- src/test/regress/sql/timestamptz.sql 8 additions, 0 deletionssrc/test/regress/sql/timestamptz.sql
Loading
Please register or sign in to comment