Re: [SQL] dayname() doubt

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Karel Zak - Zakkr <zakkr(at)zf(dot)jcu(dot)cz>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Annamalai G <gannam(at)india(dot)dharma(dot)com>, pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] dayname() doubt
Date: 2000-03-07 23:55:21
Message-ID: 200003072355.SAA01966@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> in 7.0:
>
> to_char(now(), 'DAY') for MONDAY
> to_char(now(), 'Day') for Monday
> to_char(now(), 'day') for monday
>
> ... but all is in English, and as said Peter it isn't SQL92 like
> (but Oracle compatible)
>
> (Any support for a locale output is plan for far far far future....)

The upper/lower case thing is totally cool.

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2000-03-07 23:59:53 Casts in 7.0 vs 6.5 (was Re: [SQL] 7.0beta bug (or feature)?)
Previous Message Bruce Momjian 2000-03-07 23:23:04 Re: [SQL] Strange error message with 7.0beta1