Re: [pgadmin-support] Issue with PgAdmin 4.13 and DATERANGE[]

2017-03-15 Thread Murtuza Zabuawala
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 wrote: > I found an issue in PgAdmin. It seems the UI i

[pgadmin-support] Issue with PgAdmin 4.13 and DATERANGE[]

2017-03-15 Thread Manuel Hegner
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 VALUE