Hi,
I am trying to VACUUM my big table. In that case I open "Query Tool"
and i execute:
VACUUM FULL FREEZE ANALYZE VERBOSE hosts;
After few seconds I click "Cancel Query". Everything is OK, I see
message "Execution Cancelled!".
In the same tab i execute SQL query "SELECT 1;"
For the first t
Hi,
When I put something like "SELECT function_does_not_exist();" into
Query Tool, I do not see any errors in Message tab.
The same situation if i make typo "SELET * FROM my_table" - Message
tab is still empty.
Tested on: Pgadmin4 1.0-beta3, Windows 7 x64, Server: PostgreSQL 9.5.3
on x86_64-pc-l
Hi
On Wed, Jul 27, 2016 at 9:37 PM, Krzysztof O wrote:
> Hi,
>
> When I put something like "SELECT function_does_not_exist();" into
> Query Tool, I do not see any errors in Message tab.
>
> The same situation if i make typo "SELET * FROM my_table" - Message
> tab is still empty.
>
> Tested on: Pg
Hi
On Wed, Jul 27, 2016 at 9:48 PM, Krzysztof O wrote:
> Hi,
>
> I am trying to VACUUM my big table. In that case I open "Query Tool"
> and i execute:
> VACUUM FULL FREEZE ANALYZE VERBOSE hosts;
>
> After few seconds I click "Cancel Query". Everything is OK, I see
> message "Execution Cancell