Is there a way to set up collation order to be case-insensitive?
I.E. I need to have a column c with value 'ABC' and when I do a "select * from table where c = 'abc'" it finds the row with value 'ABC'. Yes, I know that I can do it with "lower()" and "upper()" functions, but is there a way to construct a database to be case-insensitive? Tnx in advance.


Dragan




---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to