Re: date formatting and tab-complete patch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>
Cc: PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: date formatting and tab-complete patch
Date: 2001-12-04 21:21:31
Message-ID: Pine.LNX.4.30.0112041739040.618-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Manuel Sugawara writes:

> Guys, attached is a patch against the 7.2b3 source tree which improves
> the i18n of the date formatting functions, using the nl_langinfo(3)
> function,

What's the effect of that?

> together with an autoconf macro to test it's availability,

Please put macros into config/*.m4 (probably c-library.m4).

> also an small change to the tab-complete feature of psql which allows
> to use tables and views interchangeably.

ISTM that in the situation that tab completion covers tables and views are
not interchangeable. Do you have an example?

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-12-04 21:21:46 Re: [ADMIN] compression -Fx "problem"
Previous Message Peter Eisentraut 2001-12-04 21:21:16 Re: FW: [CYGWIN] 7.2b3 postmaster doesn't start on Win98

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-12-04 21:22:35 Re: Undocumented feature costs a lot of performance in COPY IN
Previous Message Bruce Momjian 2001-12-04 21:18:34 Re: Undocumented feature costs a lot of performance in COPY