[pgadmin-support] pgAdmin4 1.0-beta3 - cannot execute another query in the same query tab after

2016-08-01 Thread Krzysztof O
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

[pgadmin-support] pgAdmin4 1.0-beta3 - no error message if SQL query is incorrect

2016-08-01 Thread Krzysztof O
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

Re: [pgadmin-support] pgAdmin4 1.0-beta3 - no error message if SQL query is incorrect

2016-08-01 Thread Dave Page
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

Re: [pgadmin-support] pgAdmin4 1.0-beta3 - cannot execute another query in the same query tab after

2016-08-01 Thread Dave Page
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