PostgreSQL: Creating case insensitive database supporting three languages (Arabic, English and French)

98 views Asked by At

I am using PostgreSQL 15
01-Is it possible to change the case insensitive of a database after it has been created without losing data (using Collations)
enter image description here 02-How can I be creating case insensitive database (using Collations) that supports three languages (Arabic, English and French)

0

There are 0 answers