pgAdmin 4 commit: Fixed an issue where changing the columns in the exis - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where changing the columns in the exis
Date
Msg-id E1jM3k8-00040l-0M@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where changing the columns in the existing view throws an error. Fixes #5053

PostgreSQL doesn't allow to change the view columns. So the view should be dropped first
and then recreate it and also the user will get a warning first.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  1 +
.../servers/databases/schemas/views/__init__.py    | 50 ++++++++++++++++------
.../databases/schemas/views/static/js/view.js      | 27 +++++++++++-
3 files changed, 65 insertions(+), 13 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixes an issue where pgAdmin4 GUI does not display pr
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5361] pgAdmin breaks on IE 11 with @simonwep/pickr