pgAdmin 4 commit: Added support for the CREATE script for View and Mate - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Added support for the CREATE script for View and Mate
Date
Msg-id E1b5GzW-0000MK-Ok@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added support for the CREATE script for View and Materialized View, and
SELECT & INSERT support for the Materialized View Node.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3b3cf7502ba892d809c158a6521a36c410045b9f
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
.../servers/databases/schemas/views/__init__.py    | 141 ++++++++++++++++++++-
.../schemas/views/templates/mview/js/mview.js      |   1 +
.../schemas/views/templates/view/js/view.js        |   1 +
3 files changed, 142 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: [FileManager] ReferenceError: assignment to undeclared variable t_res
Next
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: Add support for CREATE, SELECT & INSERT functionality in View and Materialized view