pgAdmin 4 commit: Fix custom autovacuum configuration for Materialized

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix custom autovacuum configuration for Materialized
Дата
Msg-id E1hAsbC-00043O-8B@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix custom autovacuum configuration for Materialized Views. Fixes #4110

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d286bada5cad95d2b42c9190ab3fcb4eccafa65d
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_4.rst                   |  1 +
.../servers/databases/schemas/static/js/schema.js  | 52 ++++++++++++++-
.../partition/sql/gpdb/5_plus/properties.sql       | 12 ++--
.../partition/sql/pg/10_plus/properties.sql        | 12 ++--
.../partition/sql/ppas/10_plus/properties.sql      | 12 ++--
.../templates/table/sql/10_plus/properties.sql     | 12 ++--
.../templates/table/sql/9.1_plus/properties.sql    | 12 ++--
.../templates/table/sql/default/properties.sql     | 12 ++--
.../tables/templates/table/sql/default/update.sql  | 76 +++++++++++++---------
.../table/sql/gpdb_5.0_plus/properties.sql         | 12 ++--
.../servers/databases/schemas/tables/utils.py      | 36 ++++++++++
.../servers/databases/schemas/views/__init__.py    | 15 +++++
.../templates/mview/pg/9.3_plus/sql/properties.sql | 14 ++--
.../templates/mview/pg/9.3_plus/sql/update.sql     | 15 ++---
.../templates/mview/pg/9.4_plus/sql/properties.sql | 14 ++--
.../templates/mview/pg/9.4_plus/sql/update.sql     | 15 ++---
.../mview/ppas/9.3_plus/sql/properties.sql         | 14 ++--
.../templates/mview/ppas/9.3_plus/sql/update.sql   | 15 ++---
18 files changed, 225 insertions(+), 126 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Correct the feature number in the release note.
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #4110 "Updating 'Custom auto-vacuum?'property throws error for Materialized View."