Re: pgAdmin 4 v4.5 released

2019-04-10 Thread Eugene Wang
Hi contributers of PgAdmin, Thank you for your efforts on keeping PgAdmin updated. I have been using PgAdmin for 2 years. PgAdmin 4 keeps giving us interesting updates and better experience. I will keep using it. However, I would also like to give you an advice. Please add more unit tests on the

Re: PgAgent daemon terminated itself when it was running a time-consuming job.

2018-11-15 Thread Eugene Wang
t; Is it exists ? If not, can you make sure all required schemas are > available during execution. OR share the sample job code sql with use to > debug further. > > Thanks, > Neel Patel > > On Wed, Nov 14, 2018 at 3:24 AM Eugene Wang > wrote: > >> Hi Neel and PgAdmin, &

Re: PgAgent daemon terminated itself when it was running a time-consuming job.

2018-11-13 Thread Eugene Wang
ronunciation convenience) GIS Developer Connected2fiber Linkedin : https://www.linkedin.com/in/yujie-wang-61a129a0/ On Fri, Sep 7, 2018 at 12:37 AM Neel Patel wrote: > Hi, > > Can you please share the pgAgent logs in debug mode ? If possible, also > share the job details or screensh

Re: PgAdmin 3.5(latest) cannot edit PgAgent's schedules.

2018-11-13 Thread Eugene Wang
> Thanks & Regards, > > Ashesh Vashi > EnterpriseDB INDIA: Enterprise PostgreSQL Company > <http://www.enterprisedb.com> > > > *http://www.linkedin.com/in/asheshvashi* > <http://www.linkedin.com/in/asheshvashi> > > > On Tue, Nov 13, 2018 at 9:26 PM E

Re: PgAdmin 3.5(latest) cannot edit PgAgent's schedules.

2018-11-13 Thread Eugene Wang
false,true,false]::boolean[] ) RETURNING jscid INTO scid; Eugene On Tue, Nov 13, 2018 at 10:45 AM Eugene Wang wrote: > Hi Pgadmin team, > > When I was trying to edit the time schedule of a PgAgent job, I got > an error message like below: > > ERROR: malformed array literal: >

PgAdmin 3.5(latest) cannot edit PgAgent's schedules.

2018-11-13 Thread Eugene Wang
Hi Pgadmin team, When I was trying to edit the time schedule of a PgAgent job, I got an error message like below: ERROR: malformed array literal: "[false,false,false,false,false,false,false,false,false,false,true,false]" LINE 7: jscmonths='[false,false,false,false,false,false,false,fa... ^ DETAIL

TESTING TESTING

2018-09-06 Thread Eugene Wang
TEST

PgAgent daemon terminated itself when it was running a time-consuming job.

2018-09-06 Thread Eugene Wang
My environment is Ubuntu 16.04 LTS, Postgres 9.6.8 with PgAgent 4.0 installed and setup successfully. I tried to use a PgAgent Job to pull data from a MySQL table using FDW on a routine basis in order to keep a updated copy of the mysql table. This job has two steps. When I run those steps directl

PgAgent daemon terminated itself when it was running a time-consuming job.

2018-09-06 Thread Eugene Wang
My environment is Ubuntu 16.04 LTS, Postgres 9.6.8 with PgAgent 4.0 installed and setup successfully. I tried to use a PgAgent Job to pull data from a MySQL table using FDW on a routine basis in order to keep a updated copy of the mysql table. This job has two steps. When I run those steps directl

Re: pgAgent v4.0.0 Released

2018-07-12 Thread Eugene Wang
This is awesome. Always have interests to use pgAgent; however, the official documentation about installing is obscure and stop me from getting into it... I honestly cannot get any clue about steps I should do from this https://www.pgadmin.org/docs/pgadmin4/3.x/pgagent.html link. Maybe installing