Re: How well does PostgreSQL 9.6.1 support unicode?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: James Zhou <james@360data.ca>
Cc: pgsql-general@postgresql.org
Date: 2016-12-21T05:24:17Z
Lists: pgsql-general
James Zhou <james@360data.ca> writes: > - *But their sorting order seems to be undefined. Can anyone comment > the sorting rules?* Well, it would depend on lc_collate, which you have not told us, and it would also depend on how well your platform's strcoll() function implements that collation; but you have not told us what platform this is running on. Most of the other behaviors you mention are also partly or wholly dependent on which software you use with Postgres and whether you've correctly configured that software. So it's pretty hard to answer this usefully with only this much info. regards, tom lane
Commits
-
Fix detection of unfinished Unicode surrogate pair at end of string.
- a57695d9a815 9.3.16 landed
- 6e2c21ec5d1c 9.2.20 landed
- d5633af7b60b 9.5.6 landed
- d0f60e4cc5f2 9.4.11 landed
- a8ae12322ae0 10.0 landed
- 88e1e91da584 9.6.2 landed