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