pgAdmin 4 commit: Fixed following issues for 1257:

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed following issues for 1257:
Дата
Msg-id E1jRxup-0007tC-QK@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
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(-)


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

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: [pgAdmin4][RM#5213] Fixed materialized view issue when user performrefresh on it
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM4504] Make like options disable if Relation is not selected.