Re: Re: Re: How to install pgAgent on windows for postresql-bigsql-10.5

2018-09-07 Thread Adam Brusselback
> Has jpgAgent UI interface to be operated? The same UI that works with standard pgagent works just as well for jpgAgent. So PGAdmin 3 or 4 will work just fine. It was designed to be a drop in replacement for the agent portion of pgagent, while able to use the same database tables and UI.

Re: [Bug report] JSON(B) field display not preserving order of object keys

2018-09-07 Thread Khushboo Vashi
On Fri, Sep 7, 2018 at 2:00 PM, Bern Ochoa wrote: > When displaying the data of JSON(B)-typed columns on the Data Output tab, > if the data contains an object, the native order of the keys is not > preserved. > > As a Python developer myself, I strongly suspect this is because the > database data

[Bug report] JSON(B) field display not preserving order of object keys

2018-09-07 Thread Bern Ochoa
When displaying the data of JSON(B)-typed columns on the Data Output tab, if the data contains an object, the native order of the keys is not preserved. As a Python developer myself, I strongly suspect this is because the database data is being loaded internally as a regular dict object instead of