pgAdmin 4 commit: Fix custom autovacuum configuration for Materialized

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix custom autovacuum configuration for Materialized
Date: 2019-04-01 08:47:22
Message-ID: E1hAsbC-00043O-8B@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

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