forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork0
Commitf7eeb32
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 parent698c7a3 commitf7eeb32
1 file changed
+17
-4
lines changedLines changed: 17 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4148 | 4148 |
| |
4149 | 4149 |
| |
4150 | 4150 |
| |
4151 |
| - | |
| 4151 | + | |
4152 | 4152 |
| |
4153 | 4153 |
| |
4154 | 4154 |
| |
| |||
4174 | 4174 |
| |
4175 | 4175 |
| |
4176 | 4176 |
| |
4177 |
| - | |
4178 |
| - | |
| 4177 | + | |
| 4178 | + | |
| 4179 | + | |
4179 | 4180 |
| |
4180 | 4181 |
| |
4181 | 4182 |
| |
4182 | 4183 |
| |
4183 | 4184 |
| |
4184 | 4185 |
| |
4185 |
| - | |
| 4186 | + | |
| 4187 | + | |
4186 | 4188 |
| |
4187 | 4189 |
| |
4188 | 4190 |
| |
| |||
4231 | 4233 |
| |
4232 | 4234 |
| |
4233 | 4235 |
| |
| 4236 | + | |
| 4237 | + | |
| 4238 | + | |
| 4239 | + | |
| 4240 | + | |
| 4241 | + | |
| 4242 | + | |
| 4243 | + | |
| 4244 | + | |
| 4245 | + | |
| 4246 | + | |
4234 | 4247 |
| |
4235 | 4248 |
| |
4236 | 4249 |
| |
|
0 commit comments
Comments
(0)