[pgAdmin4] [PATCH] Allow user to create ENUM type without any label

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4] [PATCH] Allow user to create ENUM type without any label
Date: 2017-05-26 11:59:01
Message-ID: CAKKotZSMoG7hxq9V2EY8=V7tfJRfttwXCtb2JFEj1O=uv_Z_WA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to address below,
1) Allow user to create ENUM type without any labels.
2) Allow user to add new label to existing enum type which do not have any
existing labels.
RM#2426

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
RM_2426.diff text/plain 3.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2017-05-26 13:07:35 Re: [pgAdmin4][Patch][RM_2400]: Columns with defaults set to NULL when removing contents after pasting in the edit grid
Previous Message Murtuza Zabuawala 2017-05-26 10:12:55 [pgAdmin4] [PATCH] To fix issue in UPDATE Script and Primary key order when view data