Re: What is wrong with my pgadmin? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: What is wrong with my pgadmin?
Date
Msg-id dfaad30b-b709-8a1f-925b-c600902e7fa5@aklaver.com
Whole thread Raw
In response to What is wrong with my pgadmin?  (Łukasz Jarych <jaryszek@gmail.com>)
Responses Re: What is wrong with my pgadmin?  (Martin Moore <martin.moore@avbrief.com>)
Re: What is wrong with my pgadmin?  (Łukasz Jarych <jaryszek@gmail.com>)
Re: What is wrong with my pgadmin?  (Łukasz Jarych <jaryszek@gmail.com>)
List pgsql-general
On 03/05/2018 06:05 AM, Łukasz Jarych wrote:
> Hi Guys,
> 
> what is wrong with my pgAdmin?
> 
> I am creating wrong query:
> 
> select 1/0 but still this is executed!

Well it will be executed, but it should throw an error. Can you confirm 
that running select 1/0; in psql does indeed throw an error:

test=# select 1/0;
ERROR:  division by zero

Also:

1) What version of pgAdmin4 are you running?

2) What version of Postgres is it running against?

> 
> 
> 
> why?
> 
> Best wishes,
> Jacek
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From:
Date:
Subject: psqlODBC and PostgreSQL
Next
From: Pavel Luzanov
Date:
Subject: Re: psql variables in the DO command