Re: [GENERAL] Collating Question...

2007-01-15 Thread Michael Glaesemann
On Jan 16, 2007, at 11:52 , Jerry LeVan wrote: The locale function on the mac has everything set to "C" and on the linux box it is all "en_US.UTF-8". Is there a simple way to get the collating sequences to be the same on both boxen? My understanding is that to have the same ordering you need

[GENERAL] Collating Question...

2007-01-15 Thread Jerry LeVan
Hi, I am running 8.2.1 on my Mac OS X and my X86 Fedora Laptop... I just noticed that on my mac: levan=# select 'A' < 'a' ; ?column? -- t (1 row) and on the linux box: levan=# select 'A' < 'a' ; ?column? -- f (1 row) The locale function on the mac has everything set to "C" a