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

Alexander Korotkov <akorotkov@postgresql.org>

Commit: c2aa562ea5c2bf28c347503731434f08097cf1e5
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2020-09-29T08:00:22Z
Releases: 14.0
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