How can I configure postgreSQL to search without acents?

 

Like:

 

Table “test”

Clumns: name , values:

Test

Test

t�st

T�st

 

 

SELECT * FROM test WHERE name LIKE “tes%”

 

And it should return values “t�st, test”

 

Thanks,

 

Augusto

Reply via email to