pgAdmin 4 commit: Fixed an issue where 'ALTER VIEW' statement is missin - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where 'ALTER VIEW' statement is missin
Date
Msg-id E1k55wA-00079X-MA@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where 'ALTER VIEW' statement is missing when the user sets the default value of a column for View. Fixes
#5664

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=604937cf6688eca6e05070eb798c54ccc754f467
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_25.rst                  |  1 +
.../databases/schemas/tables/columns/__init__.py   |  7 ++-
.../templates/columns/sql/10_plus/properties.sql   |  4 +-
.../templates/columns/sql/10_plus/update.sql       |  6 ++-
.../templates/columns/sql/12_plus/properties.sql   |  4 +-
.../templates/columns/sql/9.2_plus/properties.sql  |  4 +-
.../templates/columns/sql/9.2_plus/update.sql      |  6 ++-
.../servers/databases/schemas/views/__init__.py    | 56 ++++++++++++++++++++++
8 files changed, 82 insertions(+), 6 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM5526] Copy and paste multiline cells
Next
From: Akshay Joshi
Date:
Subject: Re: Bug #5664 SQL DDL output generator for view