如何将 Collation, cType 更改为 -en_IN
从en_US.UTF-8
List of databases
Name | Owner | Encoding | Collation | Ctype | Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres
: postgres=CTc/postgres
template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres
: postgres=CTc/postgres
我当前的 postgresversion 是 8.4,我使用它安装了它
sudo apt-get install postgresql-8.4 postgresql-contrib-8.4
我在我的 ubuntu 亚马逊服务器 ec2 中这样做