From: | Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com> |
---|---|
To: | Martin Moore <martin(dot)moore(at)avbrief(dot)com> |
Cc: | PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: What is wrong with my pgadmin? |
Date: | 2018-03-05 15:06:17 |
Message-ID: | CAKKotZQj_vupOYZKVXVfU_sjEADeJYMSftCNcV3dnY4eHqO64g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello,
This is a bug with pgAdmin4 (Bug: RM#3090
<https://redmine.postgresql.org/issues/3090>).
Work around for this problem is to set
lc_messages = 'en_US.UTF-8'
in "postgresql.conf" file.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Mon, Mar 5, 2018 at 7:57 PM, Martin Moore <martin(dot)moore(at)avbrief(dot)com>
wrote:
> Using pgAdmin 4 2.0 on pg 9.6 and 10 I get div/0 error.
>
>
>
> On 05/03/2018, 14:22, "Adrian Klaver" <adrian(dot)klaver(at)aklaver(dot)com> wrote:
>
> 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 | Pavel Luzanov | 2018-03-05 15:19:20 | Re: psql variables in the DO command |
Previous Message | Pavel Stehule | 2018-03-05 15:01:17 | Re: psql variables in the DO command |