Re: pgadmin 4 feature behavior change requests

2019-06-27 Thread Dave Page
On Thu, Jun 27, 2019 at 2:06 PM Cherio wrote: > 2. Have a sql query check button (unless I'm mistaken, I don't see it) >> where it will check if your sql syntax is correct, but wont execute it. >> > > I personally use "Analyze" for that purpose. It seems to be doing exactly > that > A plain EXPL

Re: pgadmin 4 feature behavior change requests

2019-06-27 Thread Cherio
> > 2. Have a sql query check button (unless I'm mistaken, I don't see it) > where it will check if your sql syntax is correct, but wont execute it. > I personally use "Analyze" for that purpose. It seems to be doing exactly that

Re: pgadmin 4 feature behavior change requests

2019-06-27 Thread Alex Williams
Thanks, will do! Also, one very nice feature would be (will post it on redmine) to PLEASE seperate internal functions from user defined functions. I know we can prefix it like with an underbar like _some_sp_function, but our company uses sp_some_function, and have to wait for the entire list to

Re: pgadmin 4 feature behavior change requests

2019-06-26 Thread Khushboo Vashi
Hi Alex, On Wed, Jun 26, 2019 at 10:39 PM Alex Williams wrote: > Hi, > > 1. Get rid of the div overlay on query execution. > There have been many times when I'm running a query and either the > connection is broken and it takes more than a few minutes for the app to > detect that and stop, and m

Re: pgadmin 4 feature behavior change requests

2019-06-26 Thread Dave Caughey
> 3. At least on CentOS pgadmin 4.8, if I right click my query to copy it, > instead of the copy option, I just get panel options. Can we please have > copy/cut there too? > Yeah, very annoying. I have already logged that as https://redmine.postgresql.org/issues/4229

pgadmin 4 feature behavior change requests

2019-06-26 Thread Alex Williams
Hi, 1. Get rid of the div overlay on query execution. There have been many times when I'm running a query and either the connection is broken and it takes more than a few minutes for the app to detect that and stop, and most times, the Stop button does not work and I need to rerun the query aga