pgAdmin 4 commit: Initial version for generationg the CREATE/SELECT/EXE - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Initial version for generationg the CREATE/SELECT/EXE
Date
Msg-id E1b21Cg-0000fc-4t@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Initial version for generationg the CREATE/SELECT/EXEC scripts for the
selected node.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ca63fba4897e55914045dbeb60502c40b174b53
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/functions/__init__.py        | 78 ++++++++++++++++++-
.../functions/templates/function/js/functions.js   |  1 +
.../functions/templates/procedure/js/procedures.js |  1 +
web/pgadmin/browser/templates/browser/js/node.js   | 91 ++++++++++++++++++++++
web/pgadmin/tools/datagrid/__init__.py             | 37 +++++++--
.../tools/datagrid/templates/datagrid/index.html   | 30 ++++++-
.../datagrid/templates/datagrid/js/datagrid.js     | 37 ++++++---
.../sqleditor/templates/sqleditor/js/sqleditor.js  |  5 +-
8 files changed, 261 insertions(+), 19 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4]: Maintenance tool for vaccum operation
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: CREATE Script Initial patch (pgAdmin4)