Fix ordering of VACUUM options which changed in PG11. Fixes #3836 While we're at it, fix the JSON handling in the maintenance/backup/restore routes.
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8fb340d23b00646e8bd5cdcbab11442b03bfa701 Author: Akshay Joshi <akshay.jo...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_4_1.rst | 1 + web/pgadmin/tools/backup/__init__.py | 4 +--- web/pgadmin/tools/maintenance/__init__.py | 4 +--- web/pgadmin/tools/maintenance/templates/maintenance/sql/command.sql | 2 +- web/pgadmin/tools/restore/__init__.py | 4 +--- 5 files changed, 5 insertions(+), 10 deletions(-)