pgAdmin 4 commit: Add the ability to import and export serverdefinitio

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add the ability to import and export serverdefinitio
Дата
Msg-id E1gPV47-0004YT-1o@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add the ability to import and export server definitions from a config database. Fixes #3772

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f0327f5219a7964d4ee43a9154ba6811fb8f04d3

Modified Files
--------------
docs/en_US/connecting.rst                          |  26 +-
docs/en_US/export_import_servers.rst               | 117 +++++++
docs/en_US/release_notes_3_6.rst                   |   2 +
web/pgadmin/setup/tests/__init__.py                |   8 +
web/pgadmin/setup/tests/servers.json               |  41 +++
.../setup/tests/test_export_import_servers.py      |  48 +++
web/servers.json                                   |  20 ++
web/setup.py                                       | 358 ++++++++++++++++++++-
8 files changed, 606 insertions(+), 14 deletions(-)


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

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: Re: Help to translate pt-br
Следующее
От: Dave Page
Дата:
Сообщение: Re: Import/export servers