Re: PATCH: To fix the issue of IntegrityError in server port defination (pgAdmin4)

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: PATCH: To fix the issue of IntegrityError in server port defination (pgAdmin4)
Дата
Msg-id CA+OCxoxKUd6eFGeCsb9Q0v6xfjEPSvBPMwxwp882KHyG35cx1g@mail.gmail.com
обсуждение исходный текст
Ответ на PATCH: To fix the issue of IntegrityError in server port defination (pgAdmin4)  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Ответы Re: PATCH: To fix the issue of IntegrityError in server port defination (pgAdmin4)
Список pgadmin-hackers
On Wed, Jun 22, 2016 at 7:14 AM, Murtuza Zabuawala
<murtuza.zabuawala@enterprisedb.com> wrote:
> Hi,
>
> PFA patch to fix the issue in server port check constraint validation which
> was not allowing user to save port 65535. (RM#1388)
>
> We have changed in server table definition hence user has to run "setup.py"
> again to fix the issue.

Hmm, I think we need to extend pgAdmin4.py to do that upgrade
automatically, in the same way that it will automatically run setup if
the database doesn't exist. Can we add a version check there, and
upgrade if needed?

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: To fix the issue of IntegrityError in server port defination (pgAdmin4)
Следующее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: Do not allow to drop current maintenance DB