Re: date formatting and tab-complete patch

Поиск
Список
Период
Сортировка
От Manuel Sugawara
Тема Re: date formatting and tab-complete patch
Дата
Msg-id m3vgc8ffp4.fsf@dep4.fciencias.unam.mx
обсуждение исходный текст
Ответ на Re: date formatting and tab-complete patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: date formatting and tab-complete patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:

> OK, I have read this thread and am unsure how to proceed.  Is this
> something to apply or does it require more work. The full thread is
> at:

The problem is that we did not reach any agreement :-(. What I would
like, personally, is make the present more locale aware, so we can
reuse code already done with minimal impact (think nls). However Karel
insists that

select to_char(cast('2001/01/01' as timestamp),'fmDDMonYYYY');

should always lead to '1Jan2001' no matter which localization is in
use and I didn't understand the reasons for this. Any way is easy to
implement, however I would like to see agreement on which is the best
way to go.

> I will apply the tab completion fix.  That is a separate issue.

When you are there, can you fix the `full' part of the vacuum that
does not complete?

Regards,
Manuel.


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

Предыдущее
От: "Rod Taylor"
Дата:
Сообщение: Re: Current cvs source regression: create_function_1.out
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Bad Build