在Postgres上更改Collat​​ion是否安全(保持编码)?

时间:2014-12-11 15:56:24

标签: postgresql encoding collation

我有一个Postgres 9.3数据库,错误地将其设置为:

enter image description here

但我需要它:

enter image description here

由于编码没有改变,因此可以安全地转储数据库并稍后将其恢复(请参阅here)到具有新Collation / Character type的数据库?

1 个答案:

答案 0 :(得分:2)

完全安全 - 整理只是告诉Postgres在排序文本时应用哪些规则。

您甚至可以在o​​rder by子句中基于查询动态设置它,并且应该能够在不需要转储数据库的情况下对其进行更改。