forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite2e46a9
committed
Fix documentation of regular expression character-entry escapes.
The docs claimed that \uhhhh would be interpreted as a Unicode valueregardless of the database encoding, but it's never been implementedthat way: \uhhhh and \xhhhh actually mean exactly the same thing, namelythe character that pg_mb2wchar translates to 0xhhhh. Moreover we werefalsely 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.1 parent541ec18 commite2e46a9
1 file changed
+17
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4653 | 4653 |
| |
4654 | 4654 |
| |
4655 | 4655 |
| |
4656 |
| - | |
| 4656 | + | |
4657 | 4657 |
| |
4658 | 4658 |
| |
4659 | 4659 |
| |
| |||
4679 | 4679 |
| |
4680 | 4680 |
| |
4681 | 4681 |
| |
4682 |
| - | |
4683 |
| - | |
| 4682 | + | |
| 4683 | + | |
| 4684 | + | |
4684 | 4685 |
| |
4685 | 4686 |
| |
4686 | 4687 |
| |
4687 | 4688 |
| |
4688 | 4689 |
| |
4689 | 4690 |
| |
4690 |
| - | |
| 4691 | + | |
| 4692 | + | |
4691 | 4693 |
| |
4692 | 4694 |
| |
4693 | 4695 |
| |
| |||
4736 | 4738 |
| |
4737 | 4739 |
| |
4738 | 4740 |
| |
| 4741 | + | |
| 4742 | + | |
| 4743 | + | |
| 4744 | + | |
| 4745 | + | |
| 4746 | + | |
| 4747 | + | |
| 4748 | + | |
| 4749 | + | |
| 4750 | + | |
| 4751 | + | |
4739 | 4752 |
| |
4740 | 4753 |
| |
4741 | 4754 |
| |
|
0 commit comments
Comments
(0)