Report initdb problem in Korean OS 2.

Поиск
Список
Период
Сортировка
От Korea PostgreSQL Users' Group
Тема Report initdb problem in Korean OS 2.
Дата
Msg-id 001f01c47524$24b8cda0$cdcb56dc@paolo.net
обсуждение исходный текст
Список pgsql-hackers-win32

score_timezone() function in src/timezone/pgtz.c has some problems.
 
At "if (strcmp(TZABBREV(cbuf), pgtm->tm_zone) != 0)",
 
cbuf (timezone name of systm) is not same pgtm->tm_zone in Korean OS.
 
timezone name of system is "대한민국 표준시",
timezone name of pgtm is "KST"
 
we need maybe a matching table contained localizational timezone name and pg time zone name.
 

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

Предыдущее
От: "Korea PostgreSQL Users' Group"
Дата:
Сообщение: localtime() for win32 problem.
Следующее
От: Claudio Natoli
Дата:
Сообщение: Re: localtime() for win32 problem.