On Wed, Dec 12, 2018 at 9:27 AM Kersten, Stefan
wrote:
> Hi,
>
>
>
> no idea where else to report this minor issue...
>
>
>
> Latest pgAdmin still shows strings in JSONb-arrays without quotes.
>
>
>
> E.g. when storing json-array:[ “hello”, “123”, 456 ]
>
> It is stored and retrie
Hi,
no idea where else to report this minor issue...
Latest pgAdmin still shows strings in JSONb-arrays without quotes.
E.g. when storing json-array:[ “hello”, “123”, 456 ]
It is stored and retrieved correct,
But in pgAdmin is shown: [hello,123,456]
pgAdmin 4 Version 3.6
Best r