forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc2aa562
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 parentfd26f78 commitc2aa562
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 | |
---|---|---|---|
| |||
1837 | 1837 |
| |
1838 | 1838 |
| |
1839 | 1839 |
| |
1840 |
| - | |
1841 |
| - | |
| 1840 | + | |
| 1841 | + | |
1842 | 1842 |
| |
1843 |
| - | |
1844 |
| - | |
| 1843 | + | |
| 1844 | + | |
1845 | 1845 |
| |
1846 | 1846 |
| |
1847 | 1847 |
| |
|
0 commit comments
Comments
(0)