Re: [SQL] dayname() doubt - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: [SQL] dayname() doubt
Date
Msg-id 200003072355.SAA01966@candle.pha.pa.us
Whole thread Raw
In response to Re: [SQL] dayname() doubt  (Karel Zak - Zakkr <zakkr@zf.jcu.cz>)
List 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@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [SQL] Strange error message with 7.0beta1
Next
From: Tom Lane
Date:
Subject: Casts in 7.0 vs 6.5 (was Re: [SQL] 7.0beta bug (or feature)?)