Re: [HACKERS] SQL99 CONVERT() function

2002-08-20 Thread Peter Eisentraut
Tatsuo Ishii writes: > Done. See current doc (user's guide "6.4. String Functions and > Operators" Table 6-7 "Available conversion names") how I changed the > conversion names. What guideline did you follow? For example, should koi8r be koi8_r? Or should winXXX be win_XXX? -- Peter Eisentrau

Re: [HACKERS] SQL99 CONVERT() function

2002-08-13 Thread Tatsuo Ishii
> > I suggest using the official IANA names and replace all the non-identifier > > characters by underscores and all upper-case letters with lower-case. > > So it would be iso_8859_1_to_utf_8. That way it's almost as pretty but a > > lot more predictable. > > Sounds reasonable. I'll look into th

Re: [PATCHES] [HACKERS] SQL99 CONVERT() function

2002-08-13 Thread Tatsuo Ishii
> > The attached patch adds CONVERSION stuff for cyrillic and > > win874/1250/1251/1256 encodings. > > Thanks. I'll take care of this. Done. Documents and regression tests have been updated also. I think now we have implemented all encoding conversions for 7.3 release. -- Tatsuo Ishii -

Re: [PATCHES] [HACKERS] SQL99 CONVERT() function

2002-08-12 Thread Tatsuo Ishii
> The attached patch adds CONVERSION stuff for cyrillic and > win874/1250/1251/1256 encodings. Thanks. I'll take care of this. -- Tatsuo Ishii ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [HACKERS] SQL99 CONVERT() function

2002-08-12 Thread Kaori Inaba
Hello, The attached patch adds CONVERSION stuff for cyrillic and win874/1250/1251/1256 encodings. Thank you. From: Tatsuo Ishii <[EMAIL PROTECTED]> Subject: [HACKERS] SQL99 CONVERT() function Date: Tue, 06 Aug 2002 14:55:04 +0900 (JST) Message-ID: <[EMAIL PROTECTED]> > I hav