Re: Minor bug in pgAdmin

2018-12-12 Thread Khushboo Vashi
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

Minor bug in pgAdmin

2018-12-11 Thread Kersten, Stefan
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