Tom Lane wrote:
> Thomas Lockhart <lockhart(at)fourpalms(dot)org> writes:
> > Is it the case that LC_NUMERIC or
> > other settings would affect numeric *input*?
>
> No, because we don't accept those settings from the environment;
> if you look in main.c, you'll see that only LC_MESSAGES,
> LC_CTYPE, LC_COLLATE, and LC_MONETARY are accepted.
>
> to_char does look at additional locale settings, I believe, but in
> general we ignore LC_NUMERIC.
Seems I should just remove the FAQ item.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
In response to
Responses
pgsql-hackers by date
| Next: | From: Bruce Momjian | Date: 2002-01-03 17:27:58 |
| Subject: Re: [HACKERS] Updated TODO item |
| Previous: | From: Bruce Momjian | Date: 2002-01-03 17:21:11 |
| Subject: Re: Updated TODO item |