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

Re: New to PostgreSQL, performance considerations



> That's not the whole story. UTF-8 and other variable-width encodings  
> don't provide a 1:1 mapping of logical characters to single bytes; in  
> particular, combination characters opens the possibility of multiple  
> different byte sequences mapping to the same code point; therefore,  
> string comparison in such encodings generally cannot be done at the  
> byte level (unless, of course, you first acertain that the strings  
> involved are all normalized to an unambiguous subset of your encoding).

Can you show me such encodings supported by PostgreSQL other
than UTF-8?
--
Tatsuo Ishii
SRA OSS, Inc. Japan



Home | Main Index | Thread Index

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