pgsql-server/ oc/src/sgml/func.sgml rc/backend ...

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/func.sgml rc/backend ...
Date: 2003-12-25 03:36:24
Message-ID: 20031225033624.7DC2DD1B454@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/12/24 23:36:24

Modified files:
doc/src/sgml : func.sgml
src/backend/utils/adt: formatting.c timestamp.c
src/include/utils: timestamp.h
src/test/regress/expected: timestamptz.out
src/test/regress/sql: timestamptz.sql

Log message:
> > 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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-12-25 03:44:05 pgsql-server/src/backend/libpq hba.c pg_hba.co ...
Previous Message Michael Meskes 2003-12-24 22:05:06 pgsql-server/src/interfaces/ecpg/preproc Tag: ...