[pgadmin-hackers] pgAdmin 4 commit: Allow creation of ENUM types with no members. Fixes#

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Allow creation of ENUM types with no members. Fixes#
Дата
Msg-id E1dEHzU-0001Tg-2F@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow creation of ENUM types with no members. Fixes #2426

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2c9af4784e1423779c3f4a91a867d6408105ddff
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../servers/databases/schemas/types/__init__.py              | 10 ----------
.../databases/schemas/types/templates/type/js/type.js        | 12 ------------
.../schemas/types/templates/type/sql/default/update.sql      |  2 +-
3 files changed, 1 insertion(+), 23 deletions(-)


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

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Feature test for PGData-types in Query Tool
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4] [PATCH] Allow user to create ENUMtype without any label