in oracle 10g, you can issue:

 ALTER SESSION SET NLS_COMP = ansi;
 ALTER SESSION SET NLS_SORT = binary_ci;

do you think this is an elegant solution for case insensitive sorting & searching? is there interest in seeing this in postgres?

--
dave


---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings

Reply via email to