Обсуждение: pgAdmin 4 commit: Added support for importing and exporting the table d

Поиск
Список
Период
Сортировка

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

От
Ashesh Vashi
Дата:
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.patel@enterprisedb.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(-)