| From: | Łukasz Jarych <jaryszek(at)gmail(dot)com> |
|---|---|
| To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: What is wrong with my pgadmin? |
| Date: | 2018-03-05 16:07:25 |
| Message-ID: | CAGv31oevxK88XbGjSiOtuUZ-K7C-uWp7_rYgLW8xrhbKBbSoZg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi,
yes, using psql there is an error.
Jacek
2018-03-05 15:22 GMT+01:00 Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>:
> 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(dot)klaver(at)aklaver(dot)com
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Łukasz Jarych | 2018-03-05 16:08:01 | Re: What is wrong with my pgadmin? |
| Previous Message | Pavel Stehule | 2018-03-05 15:35:29 | Re: psql variables in the DO command |