Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Report initdb problem in Korean OS 2.


  • From: "Korea PostgreSQL Users' Group" <pgsql-kr(at)postgresql(dot)or(dot)kr>
  • To: <pgsql-hackers-win32(at)postgresql(dot)org>
  • Subject: Report initdb problem in Korean OS 2.
  • Date: Thu, 29 Jul 2004 13:25:56 +0900
  • Message-id: <001f01c47524$24b8cda0$cdcb56dc(at)paolo(dot)net>


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.
 


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group