Thread: pgAdmin 4 commit: Ensure column collation isn't lost when changingfiel

pgAdmin 4 commit: Ensure column collation isn't lost when changingfiel

From
Dave Page
Date:
Ensure column collation isn't lost when changing field size. Fixes #2779

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=107795db1097367b5090e30869046377106c9eef
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
.../schemas/tables/column/static/js/column.js      |  4 +-
.../templates/column/sql/9.2_plus/update.sql       |  4 +-
.../tables/templates/column/sql/default/update.sql |  4 +-
.../servers/databases/schemas/tables/utils.py      | 43 ++++++++++++----------
.../type/macros/get_full_type_sql_format.macros    |  6 +--
.../servers/databases/schemas/utils.py             |  2 +-
6 files changed, 34 insertions(+), 29 deletions(-)