Remove excess space from jsonpath .datetime() default format string

Alexander Korotkov <akorotkov@postgresql.org>

Commit: abcc0ab163003d2ab7c82a1e810ba257ebbec15f
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2020-09-29T08:55:15Z
Releases: 13.1
Remove excess space from jsonpath .datetime() default format string

bffe1bd684 has introduced jsonpath .datetime() method, but default formats
for time and timestamp contain excess space between time and timezone.  This
commit removes this excess space making behavior of .datetime() method
standard-compliant.

Discussion: https://postgr.es/m/94321be0-cc96-1a81-b6df-796f437f7c66%40postgrespro.ru
Author: Nikita Glukhov
Backpatch-through: 13

Files

Discussion