0
点赞
收藏
分享

微信扫一扫

postgresql/lightdb中的collation实现、对order by的影响及与oracle/mysql异同点,c实现库参考

小磊z 2023-06-04 阅读 37

http://peter.eisentraut.org/blog/2022/09/26/icu-features-in-postgresql-15

https://www.postgresql.org/docs/current/collation.html

https://dba.stackexchange.com/questions/106964/why-is-my-postgresql-order-by-case-insensitive

https://www.appsloveworld.com/postgresql/100/80/oracle-vs-postgres-order-by

https://help.aliyun.com/document_detail/52950.html

https://www.postgresql.org/docs/current/sql-createcollation.html

https://wiki.postgresql.org/wiki/Collations

https://awide.io/postgresql-and-collation-what-changed-in-postgresql-10/

需要更新到lightdb vs postgresql

对于字符集转换,主要有icu和iconv两个库,前者强大的多,IBM全系采用,从AIX到DB2到jdk。

https://unicode-org.github.io/icu/userguide/icu4j/

https://unicode-org.github.io/icu/userguide/icu4c/

https://www.linuxfromscratch.org/blfs/view/7.8/general/icu.html

 

举报

相关推荐

0 条评论