Exclusion constraint sql missing where clause

2018-11-28 Thread Adam Brusselback
Hey all, Using pgadmin4 3.4 for Windows. When looking at an exclusion constraint with a where clause in pgadmin4, the where clause is missing from the SQL view. It almost caused me a major headache when I was working on fixing an issue with that constraint, and I dropped / replaced without the whe

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: Re: How to install pgAgent on windows for postresql-bigsql-10.5

2018-09-06 Thread Adam Brusselback
> For BigSQL you'll probably have to build and install it manually from source (which isn't exactly easy > on Windows, and is dependent on what is included with and how BigSQL is packaged - which I know > nothing about). Another option is using jpgAgent: https://github.com/GoSimpleLLC/jpgAgent Yo