Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
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: MacOSLanguag: English Distribution: binaryVersion: 4.13To reproduce:CREATE TABLE dates_test(dates DATERANGE[]);INSERT INTO dates_test VALUES ('{"(2016-01-01,2017-01-01)"}'::DATERANGE[]);SELECT dates FROM dates_test;shows nothing in Data Output in pgAdminSELECT 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
I found an issue in PgAdmin. It seems the UI is not able to render arrays of dateranges and thus displays nothing at all.
To reproduce:
A coworker on Windows 10 has the same problem.
Regards, Manuel Hegner
В списке pgadmin-support по дате отправления: