pgAdmin 4 commit: Allow creation of ENUM types with no members. Fixes #

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow creation of ENUM types with no members. Fixes #
Date: 2017-05-26 16:21:28
Message-ID: E1dEHzU-0001Tg-2F@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-26 16:21:36 Re: [pgAdmin4] [PATCH] Allow user to create ENUM type without any label
Previous Message Khushboo Vashi 2017-05-26 16:15:17 Re: [pgAdmin4][Patch]: Feature test for PG Data-types in Query Tool