Postgresql likes Tuesday...

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Postgresql likes Tuesday...
Дата
Msg-id 1033421868.66248.62.camel@jester
обсуждение исходный текст
Ответы Re: Postgresql likes Tuesday...  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Postgresql likes Tuesday...  (Karel Zak <zakkr@zf.jcu.cz>)
Список pgsql-hackers
select to_char(  to_date(    CAST(extract(week from CURRENT_TIMESTAMP) as text)    || CAST(extract(year from
CURRENT_TIMESTAMP)as text)    , 'WWYYYY')  , 'FMDay, D');
 
 to_char   
------------Tuesday, 3
(1 row)


Not that it matters for me at the moment (I care that it's in the week
of..), but why does it pick Tuesday?

--  Rod Taylor



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: AIX compilation problems (was Re: Proposal ...)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgresql likes Tuesday...