Richard Broersma Jr wrote: > > Is it possible to configure PostgreSQL so that a " LIKE 'a' " query > > will match a 'รก' value, ie, make it accent-insensitive ? > > I forgot this was possible using regular expressions. I don't think it is > possible using the LIKE > syntax.
What a pity, I've found a point where Microsoft SQL Server is better than PostgreSQL ! :-) How should I go about filing an RFE or equivalent? TIA, Daniel Serodio ---------------------------(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