This is a discussion on Re: Case Sensitive problem within the Pgsql General forums, part of the PostgreSQL category; --> "Erik Ferencz" <ErikFerencz@seznam.cz> writes: > Hi, > I have got problems with case sensitive sort. > My Postgre DB ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "Erik Ferencz" <ErikFerencz@seznam.cz> writes: > Hi, > I have got problems with case sensitive sort. > My Postgre DB is Case sensitive but I need case insensitive. > Could anyone help me,please. > I don't know where or how to set this option. It's not an option you can set. Just do "ORDER BY upper(mycolumn)". -Doug ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |