How can I configure postgreSQL to search without acents?
Like:
Table test
Clumns: name , values:
Test
tést
Tést
SELECT * FROM test WHERE name LIKE tes%
And it should return values tést, test
Thanks,
Augusto