I have a database with default LC_COLLATE=C
but I want to have different COLLATION
to one column in my table, how to do it?
You can just alter column table
ALTER TABLE users ALTER COLUMN name SET DATA TYPE character varying(255) COLLATE "en_US"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With