forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd0f18cd
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 parent4d0fc1d commitd0f18cd
1 file changed
+17
-4
lines changedLines changed: 17 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4669 | 4669 |
| |
4670 | 4670 |
| |
4671 | 4671 |
| |
4672 |
| - | |
| 4672 | + | |
4673 | 4673 |
| |
4674 | 4674 |
| |
4675 | 4675 |
| |
| |||
4695 | 4695 |
| |
4696 | 4696 |
| |
4697 | 4697 |
| |
4698 |
| - | |
4699 |
| - | |
| 4698 | + | |
| 4699 | + | |
| 4700 | + | |
4700 | 4701 |
| |
4701 | 4702 |
| |
4702 | 4703 |
| |
4703 | 4704 |
| |
4704 | 4705 |
| |
4705 | 4706 |
| |
4706 |
| - | |
| 4707 | + | |
| 4708 | + | |
4707 | 4709 |
| |
4708 | 4710 |
| |
4709 | 4711 |
| |
| |||
4752 | 4754 |
| |
4753 | 4755 |
| |
4754 | 4756 |
| |
| 4757 | + | |
| 4758 | + | |
| 4759 | + | |
| 4760 | + | |
| 4761 | + | |
| 4762 | + | |
| 4763 | + | |
| 4764 | + | |
| 4765 | + | |
| 4766 | + | |
| 4767 | + | |
4755 | 4768 |
| |
4756 | 4769 |
| |
4757 | 4770 |
| |
|
0 commit comments
Comments
(0)