Re: date formatting and tab-complete patch - Mailing list pgsql-hackers

From Manuel Sugawara
Subject Re: date formatting and tab-complete patch
Date
Msg-id m3vgc8ffp4.fsf@dep4.fciencias.unam.mx
Whole thread Raw
In response to Re: date formatting and tab-complete patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: date formatting and tab-complete patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: "Rod Taylor"
Date:
Subject: Re: Current cvs source regression: create_function_1.out
Next
From: Bruce Momjian
Date:
Subject: Re: Bad Build