pgAdmin 4 commit: Fix the issue of accessing the SQL for Views and Mate

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fix the issue of accessing the SQL for Views and Mate
Дата
Msg-id E1hWa9o-0002Ko-Cq@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix the issue of accessing the SQL for Views and Materialized Views. Regression of pluralisation of folder names. Fixes
#4308

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_8.rst                                  | 3 ++-
.../server_groups/servers/databases/schemas/functions/__init__.py | 2 +-
.../server_groups/servers/databases/schemas/sequences/__init__.py | 2 +-
.../servers/databases/schemas/tables/indexes/__init__.py          | 2 +-
.../server_groups/servers/databases/schemas/views/__init__.py     | 8 ++++----
5 files changed, 9 insertions(+), 8 deletions(-)


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

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM2653] Lock layout
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Disable the master password in test mode (for now).