Re: C locale sort in src/tools/make_ctags

Поиск
Список
Период
Сортировка
От Nicolai Tufar
Тема Re: C locale sort in src/tools/make_ctags
Дата
Msg-id 000001c3e978$f2764390$7a00a8c0@ntufar
обсуждение исходный текст
Ответ на Re: C locale sort in src/tools/make_ctags  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: C locale sort in src/tools/make_ctags  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
> -----Original Message-----
> From: Peter Eisentraut [mailto:peter_e@gmx.net]
>
> LC_ALL overrides LANG, so please just one.

Don't do it! I just tried it with only LC_ALL and it did not
work. Same "tags file is not sorted" error message from vi.

Maybe sort does not honor LC_* variables, or something. My
system is linux fedora core 1, by the way.

Better leave both of them in place.

Regards,
Nicolai Tufar


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_generate_sequence and info_schema patch (Was: SELECT Question)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Patch for psql startup clarity