pgsql: I was recently surprised to find that EXTRACT's day of the week - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: I was recently surprised to find that EXTRACT's day of the week
Date
Msg-id 20041221010240.C1F403AB3FD@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
I was recently surprised to find that EXTRACT's day of the week
numbering is different than TO_CHAR's ditto. EXTRACT starts at 0==Sunday
while TO_CHAR starts at 1==Sunday.

A suggestion for two documentation notes is attached as a patch to
current CVS HEAD.

Troels Arvin

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.230 -> r1.231)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.230&r2=1.231)

pgsql-committers by date:

Previous
From: andrewd@pgfoundry.org (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: skip config lines with angle brackets around
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: > * Allow a warm standby system to also allow read-only