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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Added support for importing and exporting the table d
Дата
Msg-id E1b43ur-00020D-TZ@gothos.postgresql.org
обсуждение исходный текст
Список 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.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Changed the Select2Control to work more consistently.
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Adding support for autocomplete in the SQL Editor.