forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita7ed15f
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 parent9e6faeb commita7ed15f
1 file changed
+7
-8
lines changedLines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
803 | 803 |
| |
804 | 804 |
| |
805 | 805 |
| |
806 |
| - | |
| 806 | + | |
807 | 807 |
| |
808 | 808 |
| |
809 | 809 |
| |
810 | 810 |
| |
811 | 811 |
| |
812 | 812 |
| |
813 |
| - | |
814 |
| - | |
815 |
| - | |
816 |
| - | |
| 813 | + | |
817 | 814 |
| |
818 |
| - | |
819 |
| - | |
820 |
| - | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
821 | 820 |
| |
822 | 821 |
| |
823 | 822 |
| |
|
0 commit comments
Comments
(0)