Re: [BUGS] BUG #4716: Error initialiting postgresql

2009-03-18 Thread Craig Ringer
Serbe wrote: The following bug has been logged online: Bug reference: 4716 Logged by: Serbe Email address: se...@rocketmail.com PostgreSQL version: 8.1.11 Operating system: Linux RedHat Description:Error initialiting postgresql Details: #service postgresql restart

Re: [BUGS] BUG #4714: Unicode Big5 Conversion

2009-03-18 Thread Heikki Linnakangas
Tatsuo Ishii wrote: Be very careful not to break the standard defined by Unicode. For example the glyph for 0xe7a281 == U+7881 is defined in page 43 of http://unicode.org/charts/PDF/U4E00.pdf. So we need to make sure that the particular kanji character defined in Big5 0xf9d6 has the same glyph as

[BUGS] BUG #4716: Error initialiting postgresql

2009-03-18 Thread Serbe
The following bug has been logged online: Bug reference: 4716 Logged by: Serbe Email address: se...@rocketmail.com PostgreSQL version: 8.1.11 Operating system: Linux RedHat Description:Error initialiting postgresql Details: #service postgresql restart Parando el ser

Re: [BUGS] BUG #4714: Unicode Big5 Conversion

2009-03-18 Thread Tatsuo Ishii
> > There is authoritative source for the Big5 encoding, but don't believe > > that do help > > > > http://www.cns11643.gov.tw/AIDB/encodings_en.do > > > > Skip the historical mess already done. we should focus on reality? > > > > brief events according time-line, > > > > * BIG5 created

Re: [BUGS] BUG #4714: Unicode Big5 Conversion

2009-03-18 Thread Heikki Linnakangas
Heikki Linnakangas wrote: 張桂賢 Roger Chang wrote: There is authoritative source for the Big5 encoding, but don't believe that do help http://www.cns11643.gov.tw/AIDB/encodings_en.do Skip the historical mess already done. we should focus on reality? brief events according time-line, *

Re: [BUGS] BUG #4714: Unicode Big5 Conversion

2009-03-18 Thread Heikki Linnakangas
張桂賢 Roger Chang wrote: There is authoritative source for the Big5 encoding, but don't believe that do help http://www.cns11643.gov.tw/AIDB/encodings_en.do Skip the historical mess already done. we should focus on reality? brief events according time-line, * BIG5 created, mostly by ETE

Re: [BUGS] BUG #4715: libpq `PQgetlength' return invalid field length.

2009-03-18 Thread Tom Lane
"VEN" writes: > Database have below table: > CREATE TABLE TEST { > NUM BIGINT NOT NULL DEFAULT 0 > }; > EXEC "SELECT NUM FROM TEST LIMIT 1" >PQgetlength return valid length (sizeof(int64)), it's ok. > but > EXEC "SELECT SUM(NUM)::BIGINT FROM TEST" > or > EXEC "SELECT SUM(NUM) FROM TEST"

Re: [BUGS] BUG #4714: Unicode Big5 Conversion

2009-03-18 Thread Heikki Linnakangas
Roger Chang wrote: The following bug has been logged online: Bug reference: 4714 Logged by: Roger Chang Email address: rchang...@gmail.com PostgreSQL version: 8.3 Operating system: All Description:Unicode Big5 Conversion Details: This is NOT a bug. but cause some

Re: [BUGS] log : bad file dscriptor????

2009-03-18 Thread Heikki Linnakangas
Gurjeet Singh wrote: On Windows, the write to log file is done by a thread (whose main function is pipeThread() ), and since it works completely independent of the SysLoggerMain() ( which is responsible for calling logfile_rotate() periodically, which in turn changes the global variable syslo

[BUGS] BUG #4714: Unicode Big5 Conversion

2009-03-18 Thread Roger Chang
The following bug has been logged online: Bug reference: 4714 Logged by: Roger Chang Email address: rchang...@gmail.com PostgreSQL version: 8.3 Operating system: All Description:Unicode Big5 Conversion Details: This is NOT a bug. but cause some problem. Since long t

[BUGS] BUG #4715: libpq `PQgetlength' return invalid field length.

2009-03-18 Thread VEN
The following bug has been logged online: Bug reference: 4715 Logged by: VEN Email address: bsdi...@gmail.com PostgreSQL version: 8.3.7 Operating system: FreeBSD Description:libpq `PQgetlength' return invalid field length. Details: Database have below table: CREATE

[BUGS] BUG #4713: Unicode Big5 Conversion

2009-03-18 Thread Roger Chang
The following bug has been logged online: Bug reference: 4713 Logged by: Roger Chang Email address: rchang...@gmail.com PostgreSQL version: 8.3 Operating system: All Description:Unicode Big5 Conversion Details: This is NOT a bug. but cause some problem. Since long t