pgAdmin 4 commit: Fix an issue when changing the length of a column in

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue when changing the length of a column in
Date: 2016-09-16 10:09:15
Message-ID: E1bkq55-0003sS-Vt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue when changing the length of a column in the table dialogue. Fixes #1669

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1ce5b38f4a099ed90f3ab8c15ebd778252fe0104
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/tables/templates/column/sql/9.1_plus/update.sql | 7 +++----
.../schemas/tables/templates/column/sql/9.2_plus/update.sql | 6 +++---
2 files changed, 6 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-16 10:09:22 Re: [pgAdmin4][Patch]: RM1669 - Cannot remove nor change length definition on column in "The Table Dialog"
Previous Message Dave Page 2016-09-16 10:01:06 Re: PATCH: To fix the performance of delete operation (pgAdmin4)