pgAdmin 4 commit: Fix custom autovacuum configuration for Materialized - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix custom autovacuum configuration for Materialized
Date
Msg-id E1hAsbC-00043O-8B@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Correct the feature number in the release note.
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #4110 "Updating 'Custom auto-vacuum?'property throws error for Materialized View."