git.postgresql.org Git - postgresql.git/commit
2015年9月16日 18:50:12 +0000 (14:50 -0400)
2015年9月16日 18:50:12 +0000 (14:50 -0400)
commit d0f18cde7e40f1f6412bb35e8645888cd620682f
Fix documentation of regular expression character-entry escapes.
The docs claimed that \uhhhh would be interpreted as a Unicode value
regardless of the database encoding, but it's never been implemented
that way: \uhhhh and \xhhhh actually mean exactly the same thing, namely
the character that pg_mb2wchar translates to 0xhhhh. Moreover we were
falsely dismissive of the usefulness of Unicode code points above FFFF.
Fix that.
It's been like this for ages, so back-patch to all supported branches.
This is the main PostgreSQL git repository.
RSS
Atom