pgAdmin 4 commit: Fixes issues specific to SYNONYMS

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Fixes issues specific to SYNONYMS
Дата
Msg-id E1beNyM-0005wd-CS@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixes issues specific to SYNONYMS
- On droping a synonyms - the query should be modified in SQL pane.
- A proper message should be given on trying to drop an already dropped
  synonyms.
- Handle the synonyms with special characters.

Fixes #1607, #1608, #1609

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=689ef8d8d140783ea29030262d594bd2db962464
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../servers/databases/schemas/synonyms/__init__.py | 38 +++++++++++++++++-----
.../templates/synonym/sql/9.1_plus/create.sql      |  8 +++--
web/pgadmin/browser/templates/browser/js/node.js   |  4 +--
3 files changed, 38 insertions(+), 12 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Sorting the data during tree data loading using the n
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: To fix the in Synonym node (pgAdmin4)