forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb51dff7
committed
doc: Correct jsonpath string literal escapes description
The paragraph describing the JavaScript string literals allowed injsonpath expressions unnecessarily mentions JSON by erroneouslylisting \v as allowed by JSON and mentioning the \xNN and \u{N...}backslash escapes as deviations from JSON when in fact both areaccepted by ECMAScript/JavaScript. Fix this by only referring toJavaScript.Author: Erik Wienhold <ewie@ewie.name>Discussion:https://www.postgresql.org/message-id/flat/1EB17DF9-2636-484B-9DD0-3CAB19C4F5C4@justatheory.com1 parent0e56b2b commitb51dff7
1 file changed
+7
-8
lines changedLines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
695 | 695 |
| |
696 | 696 |
| |
697 | 697 |
| |
698 |
| - | |
| 698 | + | |
699 | 699 |
| |
700 | 700 |
| |
701 | 701 |
| |
702 | 702 |
| |
703 | 703 |
| |
704 | 704 |
| |
705 |
| - | |
706 |
| - | |
707 |
| - | |
708 |
| - | |
| 705 | + | |
709 | 706 |
| |
710 |
| - | |
711 |
| - | |
712 |
| - | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
713 | 712 |
| |
714 | 713 |
| |
715 | 714 |
| |
|
0 commit comments
Comments
(0)