pgAdmin 4 commit: Added support for the CREATE script for View and Mate

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support for the CREATE script for View and Mate
Date: 2016-05-24 18:23:42
Message-ID: E1b5GzW-0000MK-Ok@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)kumar(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-24 18:24:20 Re: [pgAdmin4][Patch]: Add support for CREATE, SELECT & INSERT functionality in View and Materialized view
Previous Message Ashesh Vashi 2016-05-24 18:13:52 Re: [pgAdmin4][Patch]: [FileManager] ReferenceError: assignment to undeclared variable t_res