pgAdmin 4 commit: Ensure that the 'CREATE SCHEMA' statement should be p

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Ensure that the 'CREATE SCHEMA' statement should be p
Дата
Msg-id E1kGkAv-0001ib-7n@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Ensure that the 'CREATE SCHEMA' statement should be present in the generated script if the schema is not present in the
targetdatabase. Fixes #5816 

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_26.rst                  |  1 +
.../databases/schemas/tables/schema_diff_utils.py  |  4 +-
web/pgadmin/tools/schema_diff/__init__.py          | 18 ++++++--
web/pgadmin/tools/schema_diff/compare.py           |  4 +-
web/pgadmin/tools/schema_diff/directory_compare.py | 38 +++++++++-------
.../tools/schema_diff/static/js/schema_diff_ui.js  |  9 ++++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 51 +++++++---------------
7 files changed, 69 insertions(+), 56 deletions(-)


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

Предыдущее
От: Nidhi Bhammar
Дата:
Сообщение: RM_5792.patch
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: RM_5792.patch