pgAdmin 4 commit: Fixed an issue where 'ALTER VIEW' statement is missin

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where 'ALTER VIEW' statement is missin
Date: 2020-08-10 11:25:54
Message-ID: E1k55wA-00079X-MA@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)shirsat(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-10 11:26:38 Re: Bug #5664 SQL DDL output generator for view
Previous Message Aditya Toshniwal 2020-08-10 10:15:48 [pgAdmin][RM5526] Copy and paste multiline cells