pgAdmin 4 commit: Added support for importing and exporting the table d

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support for importing and exporting the table d
Date: 2016-05-21 10:13:53
Message-ID: E1b43ur-00020D-TZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added support for importing and exporting the table data.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=da28dc8507a782f81637ec5af295a2ff97ec1aaf
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
.../misc/bgprocess/static/css/bgprocess.css | 13 +-
web/pgadmin/tools/import_export/__init__.py | 286 ++++++++++++
.../templates/import_export/js/import_export.js | 488 +++++++++++++++++++++
.../templates/import_export/sql/cmd.sql | 1 +
4 files changed, 785 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-21 10:35:12 pgAdmin 4 commit: Adding support for autocomplete in the SQL Editor.
Previous Message Ashesh Vashi 2016-05-21 10:11:58 pgAdmin 4 commit: Changed the Select2Control to work more consistently.