- Notifications
You must be signed in to change notification settings - Fork28
Commitabcc0ab
committed
Remove excess space from jsonpath .datetime() default format string
bffe1bd has introduced jsonpath .datetime() method, but default formatsfor time and timestamp contain excess space between time and timezone. Thiscommit removes this excess space making behavior of .datetime() methodstandard-compliant.Discussion:https://postgr.es/m/94321be0-cc96-1a81-b6df-796f437f7c66%40postgrespro.ruAuthor: Nikita GlukhovBackpatch-through: 131 parent059caf3 commitabcc0ab
File tree
3 files changed
+80
-80
lines changed- src
- backend/utils/adt
- test/regress
- expected
- sql
3 files changed
+80
-80
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1841 | 1841 |
| |
1842 | 1842 |
| |
1843 | 1843 |
| |
1844 |
| - | |
1845 |
| - | |
| 1844 | + | |
| 1845 | + | |
1846 | 1846 |
| |
1847 |
| - | |
1848 |
| - | |
| 1847 | + | |
| 1848 | + | |
1849 | 1849 |
| |
1850 | 1850 |
| |
1851 | 1851 |
| |
|
0 commit comments
Comments
(0)