Re: Issue with PgAdmin 4.13 and DATERANGE[]

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Manuel Hegner <manuel(dot)hegner(at)bakdata(dot)com>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Issue with PgAdmin 4.13 and DATERANGE[]
Date: 2017-03-16 05:01:53
Message-ID: CAKKotZRmxjCFFE5t=+4rNecgy1yVCRCTmvSKBveLycz2UqrxsQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Thanks for reporting the issue.

RM logged: https://redmine.postgresql.org/issues/2258

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

On Wed, Mar 15, 2017 at 8:12 PM, Manuel Hegner <manuel(dot)hegner(at)bakdata(dot)com>
wrote:

> I found an issue in PgAdmin. It seems the UI is not able to render arrays
> of dateranges and thus displays nothing at all.
>
>
> - Platform: MacOS
> - Languag: English
> - Distribution: binary
> - Version: 4.13
>
> To reproduce:
>
> 1. CREATE TABLE dates_test(dates DATERANGE[]);
> 2. INSERT INTO dates_test VALUES ('{"(2016-01-01,2017-01-01)"}'
> ::DATERANGE[]);
> 3. SELECT dates FROM dates_test;
> - shows nothing in Data Output in pgAdmin
> 4. SELECT dates::VARCHAR FROM public.dates_test;
> - works as expected and shows the one inserted row as
> {"[2016-01-02,2017-01-01)"}
>
> A coworker on Windows 10 has the same problem.
>
> Regards,
> Manuel Hegner
>

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-03-16 05:37:20 Re: Run-time error with pgAdmin 4 v1.3 on Windows 7 SP1 64bit
Previous Message Meggs, Don (GE Digital) 2017-03-15 20:43:56 Run-time error with pgAdmin 4 v1.3 on Windows 7 SP1 64bit