On Tue, Jul 09, 2002 at 04:11:38PM -0700,
igor <linux_211(at)hotmail(dot)com> wrote
a message of 12 lines which said:
> I would like to know if there is some way how to disable case
> sensitivity in PostgreSQL server.
Always remember that case-INsensitivity is properly defined only for
US-ASCII. Many PostgreSQL users store data in other scripts like
Latin-1.
> Exactly like in MS SQL server.
What does MS SQL server does with Unicode? Does it map 'Stéphane' to
'STEPHANE'?