【发布时间】:2021-12-30 17:10:48
【问题描述】:
我的源窗口数据库中有以下配置
| Name | Owner | Encoding | Collate | Ctype | Access privileges |
|---|---|---|---|---|---|
| sourcedb | appuser | UTF8 | English_South Africa.1252 | English_South Africa.1252 |
我想知道当我迁移到 Linux 时如何检查等效排序规则。
我觉得en_ZA.UTF-8 是等价的。如果这是正确的,需要指导。
【问题讨论】:
标签: postgresql collation pg-dump pg-restore