Обсуждение: pgAdmin 4 commit: Fixed following issues for 1257:

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

pgAdmin 4 commit: Fixed following issues for 1257:

От
Akshay Joshi
Дата:
Fixed following issues for 1257:
 1. For synonyms, the property is shown as "Public Synonym".
 2. For system procedure, the flag should be True but it is displaying as False.
 3. For both views and materialized views, the property is "System View".
 4. For FTS templates, the property is showing as "System FTS Parser".

Fixes #1257

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aec64aa582c000bc25fd8f96160a922fca985ae2
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/fts_templates/static/js/fts_template.js      | 2 +-
.../server_groups/servers/databases/schemas/functions/__init__.py  | 5 +++++
.../server_groups/servers/databases/schemas/synonyms/__init__.py   | 7 +++++++
.../servers/databases/schemas/synonyms/static/js/synonym.js        | 6 ++----
.../synonyms/templates/synonyms/sql/9.2_plus/properties.sql        | 3 +--
.../synonyms/templates/synonyms/sql/9.5_plus/properties.sql        | 3 +--
.../schemas/synonyms/templates/synonyms/sql/default/properties.sql | 3 +--
.../servers/databases/schemas/views/static/js/mview.js             | 2 +-
8 files changed, 19 insertions(+), 12 deletions(-)