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.shir...@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(-)