> 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.
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
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